aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorEric Shaw Jr <[email protected]>2017-02-28 12:13:34 -0500
committerEric Shaw Jr <[email protected]>2017-03-23 12:54:36 -0400
commit9ab9e7d1b3b4a7eac46b4e4f273c68f4e737e5f7 (patch)
treecf1b0ca40159e3a236649293fe52429c399a7068 /src/qt/guiutil.h
parentMerge #9701: Make bumpfee tests less fragile (diff)
downloaddiscoin-9ab9e7d1b3b4a7eac46b4e4f273c68f4e737e5f7.tar.xz
discoin-9ab9e7d1b3b4a7eac46b4e4f273c68f4e737e5f7.zip
Add a button to open the config file in a text editor
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r--src/qt/guiutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h
index 913aa5e24..36ae2453c 100644
--- a/src/qt/guiutil.h
+++ b/src/qt/guiutil.h
@@ -114,6 +114,9 @@ namespace GUIUtil
// Open debug.log
void openDebugLogfile();
+ // Open the config file
+ bool openBitcoinConf();
+
// Replace invalid default fonts with known good ones
void SubstituteFonts(const QString& language);