From 29ba3288d0d342e79d14676a02af555c6d43c3e6 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 13 Oct 2018 14:01:01 +0200 Subject: unstable: KWallet integration --- src/wallet/wallet.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/wallet/wallet.h (limited to 'src/wallet/wallet.h') 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 -- cgit v1.2.1