diff options
author | 2021-04-11 02:01:47 +0530 | |
---|---|---|
committer | 2021-04-11 02:01:47 +0530 | |
commit | 58b2ad939444a315ff8e7057e86b3d97bd26c0dc (patch) | |
tree | d4b81dcf831b82663ecc3a38231babe3dd11e0df | |
parent | 2d83c3c3474764e32e407457542572ac3b7bd45a (diff) | |
download | whatsie-58b2ad939444a315ff8e7057e86b3d97bd26c0dc.tar.gz whatsie-58b2ad939444a315ff8e7057e86b3d97bd26c0dc.zip |
cleanup
-rw-r--r-- | src/utils.cpp | 1 | ||||
-rw-r--r-- | src/utils.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index bef06a2..d810997 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -276,3 +276,4 @@ QString utils::GetEnvironmentVar(const QString &variable_name) + diff --git a/src/utils.h b/src/utils.h index fecaab7..bd76e9d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -31,6 +31,7 @@ public slots: static float RoundToOneDecimal(float number); void DisplayExceptionErrorDialog(const QString &error_info); static QString appDebugInfo(); + private slots: //use refreshCacheSize static quint64 dir_size(const QString &directory); |