diff options
Diffstat (limited to 'src/webtab/webtab.cpp')
-rw-r--r-- | src/webtab/webtab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webtab/webtab.cpp b/src/webtab/webtab.cpp index ba4c9c7c..f1928880 100644 --- a/src/webtab/webtab.cpp +++ b/src/webtab/webtab.cpp @@ -100,8 +100,8 @@ WebTab::WebTab(QWidget *parent, bool isPrivateBrowsing) if (wallet) { - connect(wallet, SIGNAL(saveFormDataRequested(QString, QUrl)), - this, SLOT(createWalletBar(QString, QUrl))); + connect(wallet, SIGNAL(saveFormDataRequested(QString,QUrl)), + this, SLOT(createWalletBar(QString,QUrl))); } connect(view(), SIGNAL(loadProgress(int)), this, SLOT(updateProgress(int))); |