vnote/vdirectorytree.cpp
Le Tan 811172ef8a initial commit for VNote
VNote is a Vim-Like Note for Markdown.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-01 15:45:27 +08:00

7 lines
120 B
C++

#include <QtGui>
#include "vdirectorytree.h"
VDirectoryTree::VDirectoryTree(QWidget *parent) : QTreeWidget(parent)
{
}