fix build
This commit is contained in:
parent
f24f03e6df
commit
a9efaac825
2 changed files with 2 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9
|
Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749
|
|
@ -6,11 +6,10 @@
|
||||||
#include "services/abstract/serviceroot.h"
|
#include "services/abstract/serviceroot.h"
|
||||||
|
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
#include <QMutex>
|
||||||
#include <QPair>
|
#include <QPair>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
class QMutex;
|
|
||||||
|
|
||||||
struct CacheSnapshot {
|
struct CacheSnapshot {
|
||||||
QMap<QString, QStringList> m_cachedLabelAssignments;
|
QMap<QString, QStringList> m_cachedLabelAssignments;
|
||||||
QMap<QString, QStringList> m_cachedLabelDeassignments;
|
QMap<QString, QStringList> m_cachedLabelDeassignments;
|
||||||
|
|
Loading…
Add table
Reference in a new issue