Автоматическое создание novacoin.conf + кнопка для открытия novacoin.conf в Qt версии...
[novacoin.git] / src / qt / guiutil.h
index 1ff4aba..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.