From a3b4caac389021d42bef3adbef2cbb703b0d7eee Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 18 May 2012 14:11:55 +0200 Subject: add an icon for Debug logfile -> Open in the RPC console / add a missing comment in rpcconsole.h --- src/qt/rpcconsole.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt/rpcconsole.h') diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 0a7b10f4a2..58e2c8d08a 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -33,6 +33,7 @@ protected: private slots: void on_lineEdit_returnPressed(); void on_tabWidget_currentChanged(int index); + /** open the debug.log from the current datadir */ void on_openDebugLogfileButton_clicked(); public slots: -- cgit v1.2.3