mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-12 18:52:39 +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!";
|
||
|
}
|