添加文件夹传输进度更新。
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
#include <Util.h>
|
||||
|
||||
void DateTimeTest()
|
||||
{
|
||||
@@ -14,5 +15,8 @@ int main(int argc, char** argv)
|
||||
qDebug() << "Running...";
|
||||
DateTimeTest();
|
||||
|
||||
QVector<QString> files;
|
||||
DirFileHelper::GetAllFiles("D:/备份软件", files);
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
@@ -21,4 +21,4 @@ add_executable(frelayTest ${MSOURCES})
|
||||
target_link_libraries(frelayTest PRIVATE Protocol Util)
|
||||
|
||||
add_executable(frelayBaseTest BaseTest.cpp)
|
||||
target_link_libraries(frelayBaseTest Qt${QT_VERSION_MAJOR}::Core)
|
||||
target_link_libraries(frelayBaseTest Qt${QT_VERSION_MAJOR}::Core Util Protocol)
|
||||
|
||||
Reference in New Issue
Block a user