summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Slide/SlideView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Slide/SlideView.h')
-rw-r--r--src/Authoring/Studio/Palettes/Slide/SlideView.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Authoring/Studio/Palettes/Slide/SlideView.h b/src/Authoring/Studio/Palettes/Slide/SlideView.h
index a1d410e1..4bf5f14f 100644
--- a/src/Authoring/Studio/Palettes/Slide/SlideView.h
+++ b/src/Authoring/Studio/Palettes/Slide/SlideView.h
@@ -29,7 +29,7 @@
#ifndef SLIDEVIEW_H
#define SLIDEVIEW_H
-#include <QQuickWidget>
+#include <QtQuickWidgets/qquickwidget.h>
#include "DispatchListeners.h"
#include "SlideModel.h"
@@ -38,7 +38,6 @@
#include "Qt3DSDMSignals.h"
#include "DispatchListeners.h"
#include "Dispatch.h"
-#include <unordered_map>
class CClientDataModelBridge;
class CDoc;
@@ -127,7 +126,7 @@ private:
QColor m_BaseColor = QColor::fromRgb(75, 75, 75);
std::vector<std::shared_ptr<qt3dsdm::ISignalConnection>>
m_Connections; /// connections to the DataModel
- typedef std::unordered_map<int, int> TIntIntMap;
+ typedef QHash<int, int> TIntIntMap;
// We need to remember which slide we were on when we entered the master slide.
// Then, when the users leave the master slide we can go back to roughly the same
// state.