Merge pull request #1353 from Diapolo/RPC_OpenDebugLog_Icon

GUI: add an icon for Debug logfile -> Open in the RPC console
This commit is contained in:
Wladimir J. van der Laan
2012-05-20 01:32:18 -07:00
2 changed files with 4 additions and 1 deletions

View File

@@ -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: