1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Add missing QHash

Summary:
Fixes build with future Frameworks.

In master, this should make 69c492a54b obsolete.

Reviewers: alexeymin, #kde_applications, lbeltrame

Reviewed By: alexeymin, #kde_applications, lbeltrame

Differential Revision: https://phabricator.kde.org/D23059
This commit is contained in:
Andreas Sturmlechner
2019-08-09 21:19:23 +02:00
parent 06d711dd79
commit 62be4e43fd

View File

@@ -18,6 +18,8 @@
#ifndef TRAYICON_H
#define TRAYICON_H
#include <QHash>
#include <KStatusNotifierItem>
class RfbClient;