mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-02 05:39:55 +00:00
refactor: refresh shared library
This commit is contained in:
@ -32,7 +32,7 @@ private slots:
|
||||
void cleanupTestCase();
|
||||
// test
|
||||
void test_values();
|
||||
void test_writtableFile();
|
||||
void test_writableFile();
|
||||
void test_configuration();
|
||||
void test_bumpApi();
|
||||
void test_delete();
|
||||
@ -44,6 +44,6 @@ private:
|
||||
QString cron = "* * * * *";
|
||||
QString name;
|
||||
QString socket;
|
||||
QString fileName;
|
||||
QString writeFileName;
|
||||
QString filePath;
|
||||
QString writeFilePath;
|
||||
};
|
||||
|
Reference in New Issue
Block a user