mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-09 01:02:40 +00:00
12 lines
139 B
C++
12 lines
139 B
C++
#include <QDebug>
|
|
|
|
#include "filesystem.h"
|
|
|
|
FileSystem::FileSystem() {
|
|
|
|
}
|
|
|
|
void FileSystem::list_dir() {
|
|
qDebug() << "hello world!";
|
|
}
|