aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-04-10 10:45:51 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2017-04-10 10:46:21 +0200
commit1fa4ae67a330c99a09392922f95b5efbea395a1d (patch)
tree44e6f7d55b2577e3004933ef1556d89c73f43c7f /src/qt/guiutil.h
parent64962aecb6be1839390c12cf83846acf8e0ea831 (diff)
parent9ab9e7d1b3b4a7eac46b4e4f273c68f4e737e5f7 (diff)
downloadbitcoin-1fa4ae67a330c99a09392922f95b5efbea395a1d.tar.xz
Merge #9890: Add a button to open the config file in a text editor
9ab9e7d Add a button to open the config file in a text editor (Eric Shaw Jr) Tree-SHA512: 1d13be9ac788a05a5116dbb3e1136ef65732dc2b5634547860612658109668922c9ea80b77bde4ba5beaa762d54f2a986a6064d4e34e963cdcd3d126a4eced37
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 f956770156..d6aa8c4ea6 100644
--- a/src/qt/guiutil.h
+++ b/src/qt/guiutil.h
@@ -113,6 +113,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);