UTPassMirror/plugins/FileSystem/filesystem.cpp

12 lines
139 B
C++
Raw Normal View History

2019-03-13 18:38:12 +00:00
#include <QDebug>
#include "filesystem.h"
FileSystem::FileSystem() {
}
void FileSystem::list_dir() {
qDebug() << "hello world!";
}