diff options
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); |