aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-03-14 09:24:32 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2016-03-14 09:24:39 +0100
commitb24266c20748b871dd39243bc1488ce1070ad331 (patch)
treedf13463ad868245dfdc81576788b0af6c390c902 /src/qt/rpcconsole.h
parent3798e5de334c3deb5f71302b782f6b8fbd5087f1 (diff)
parent21e45a097e154be6be4a503f2181896c5f761385 (diff)
downloadbitcoin-b24266c20748b871dd39243bc1488ce1070ad331.tar.xz
Merge #7668: Fix history deletion bug after font size change
21e45a0 Fix history deletion bug after font change (Andrew C)
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index ad10ec12aa..2923587bc8 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -78,7 +78,7 @@ private Q_SLOTS:
void clearSelectedNode();
public Q_SLOTS:
- void clear();
+ void clear(bool clearHistory = true);
void fontBigger();
void fontSmaller();
void setFontSize(int newSize);