Skip to content

Commit

Permalink
fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenreiter01 committed Apr 14, 2019
1 parent a1931e9 commit 3f4a90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/easysplitdialog.h
Expand Up @@ -42,7 +42,7 @@ class EasySplitDialog : public QDialog

/** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907).
*/
QWidget *setupTabChain(QWidget *prev);
void setupTabChain(QWidget *prev);

void setAddress(const QString &address);
void pasteEntry(const SendCoinsRecipient &rv);
Expand Down

0 comments on commit 3f4a90b

Please sign in to comment.