diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-03 11:06:13 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-04 11:06:26 +0100 |
| commit | f93bc413e9325750c8d41a465090058386518cfc (patch) | |
| tree | 51fc2647c171df9ad9b8039a6c454c1cd70e2035 /src/browsertab.hpp | |
| parent | 7fe5c148ff4083c3938f145a53f00f643985659b (diff) | |
| download | kristall-f93bc413e9325750c8d41a465090058386518cfc.tar.gz | |
Added 'busy' cursor while current tab is loading
Diffstat (limited to 'src/browsertab.hpp')
| -rw-r--r-- | src/browsertab.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 2b3854e..52340d9 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -166,6 +166,8 @@ private: bool startRequest(QUrl const & url, ProtocolHandler::RequestOptions options); + void updateMouseCursor(bool waiting); + bool enableClientCertificate(CryptoIdentity const & ident); void disableClientCertificate(); public: |
