Bläddra i källkod

Merge branch 'cli-module-support'

* cli-module-support:
  Some compilers need the complete type for implicit conversions.
Sascha Zelzer 12 år sedan
förälder
incheckning
8e98802664

+ 1 - 0
Libs/CommandLineModules/Backend/LocalProcess/ctkCmdLineModuleProcessWatcher.cpp

@@ -23,6 +23,7 @@
 
 #include "ctkCmdLineModuleFuture.h"
 
+#include <QVariant>
 #include <QProcess>
 
 #ifdef Q_OS_UNIX

+ 1 - 0
Libs/CommandLineModules/Core/ctkCmdLineModuleFrontend.cpp

@@ -28,6 +28,7 @@
 #include "ctkCmdLineModuleFuture.h"
 #include "ctkException.h"
 
+#include <QVariant>
 #include <QUrl>
 #include <QFutureWatcher>
 

+ 1 - 0
Libs/CommandLineModules/Core/ctkCmdLineModuleResult.cpp

@@ -21,6 +21,7 @@
 
 #include "ctkCmdLineModuleResult.h"
 
+#include <QVariant>
 #include <QDebug>
 
 struct ctkCmdLineModuleResultPrivate : public QSharedData