Автоматическое создание novacoin.conf + кнопка для открытия novacoin.conf в Qt версии...
[novacoin.git] / src / qt / guiutil.h
index 5b7ee21..fd72668 100644 (file)
@@ -73,7 +73,8 @@ namespace GUIUtil
 
     // Open debug.log
     void openDebugLogfile();
-
+    // Open novacoin.conf
+    void openConfigfile();
     /** Qt event filter that intercepts ToolTipChange events, and replaces the tooltip with a rich text
       representation if needed. This assures that Qt can word-wrap long tooltip messages.
       Tooltips longer than the provided size threshold (in characters) are wrapped.
@@ -114,6 +115,8 @@ namespace GUIUtil
         QString coreOptions;
         QString uiOptions;
     };
+    /* Convert seconds into a QString with days, hours, mins, secs */
+    QString formatDurationStr(int secs);
 
 } // namespace GUIUtil