aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
new file mode 100644
index 0000000..d2fdb71
--- /dev/null
+++ b/src/wallet/wallet.h
@@ -0,0 +1,18 @@
+/*
+ * This file is part of smolbote. It's copyrighted by the contributors recorded
+ * in the version control history of the file, available from its original
+ * location: https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote
+ *
+ * SPDX-License-Identifier: GPL-3.0
+ */
+
+#ifndef SMOLBOTE_WALLET_H
+#define SMOLBOTE_WALLET_H
+
+class QWebEngineView;
+
+namespace Wallet {
+ void autocompleteForm(QWebEngineView *view);
+}
+
+#endif // SMOLBOTE_WALLET_H