diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-16 22:01:59 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-16 22:01:59 +0200 |
| commit | a3f3e3933c4a2522e233917a6795c6e9d677e65c (patch) | |
| tree | 6e1bd483bbd5e8ca6fee4566e544de48bfa754a6 /src/kristall.hpp | |
| parent | bc18d9356828f1ae40d3b4ce5432b30ca13cfc15 (diff) | |
| download | kristall-a3f3e3933c4a2522e233917a6795c6e9d677e65c.tar.gz | |
Refactoring: Changes internal structure of requests and unifies a lot of code. Now all errors are handled the same.
Diffstat (limited to 'src/kristall.hpp')
| -rw-r--r-- | src/kristall.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp index 00faff5..face253 100644 --- a/src/kristall.hpp +++ b/src/kristall.hpp @@ -6,10 +6,12 @@ #include "identitycollection.hpp" #include "ssltrust.hpp" +#include "favouritecollection.hpp" extern QSettings global_settings; extern IdentityCollection global_identities; extern QClipboard * global_clipboard; extern SslTrust global_trust; +extern FavouriteCollection global_favourites; #endif // KRISTALL_HPP |
