aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorEric Shaw Jr <ericshaw.linux@gmail.com>2017-02-28 12:13:34 -0500
committerEric Shaw Jr <ericshaw.linux@gmail.com>2017-03-23 12:54:36 -0400
commit9ab9e7d1b3b4a7eac46b4e4f273c68f4e737e5f7 (patch)
treecf1b0ca40159e3a236649293fe52429c399a7068 /src/qt/guiutil.h
parenta230b0588788dbe1ac84622aea169c577b381241 (diff)
downloadbitcoin-9ab9e7d1b3b4a7eac46b4e4f273c68f4e737e5f7.tar.xz
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 913aa5e24b..36ae2453c9 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);