aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webviewcontextmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/webviewcontextmenu.cpp')
-rw-r--r--src/webengine/webviewcontextmenu.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webengine/webviewcontextmenu.cpp b/src/webengine/webviewcontextmenu.cpp
index 856ff9c..1f6b337 100644
--- a/src/webengine/webviewcontextmenu.cpp
+++ b/src/webengine/webviewcontextmenu.cpp
@@ -7,7 +7,6 @@
*/
#include "webviewcontextmenu.h"
-#include "wallet/wallet.h"
#include "webprofilemanager.h"
#include "webview.h"
#include <QContextMenuEvent>
@@ -216,6 +215,7 @@ WebViewContextMenu::WebViewContextMenu(WebView *view)
}
#ifndef NDEBUG
+ /*
{
this->addSeparator();
auto *autofillAction = this->addAction(tr("Autofill form"));
@@ -223,5 +223,6 @@ WebViewContextMenu::WebViewContextMenu(WebView *view)
Wallet::autocompleteForm(view);
});
};
+ */
#endif
}