diff options
author | 2021-04-11 02:01:47 +0530 | |
---|---|---|
committer | 2021-04-11 02:01:47 +0530 | |
commit | 58b2ad939444a315ff8e7057e86b3d97bd26c0dc (patch) | |
tree | d4b81dcf831b82663ecc3a38231babe3dd11e0df /src/utils.h | |
parent | 2d83c3c3474764e32e407457542572ac3b7bd45a (diff) | |
download | whatsie-58b2ad939444a315ff8e7057e86b3d97bd26c0dc.tar.gz whatsie-58b2ad939444a315ff8e7057e86b3d97bd26c0dc.zip |
cleanup
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |