summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/threed/network/qdownloadmanager.h2
-rw-r--r--src/threed/scene/qglabstractscene.h2
-rw-r--r--src/threed/textures/qgltexture2d.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/threed/network/qdownloadmanager.h b/src/threed/network/qdownloadmanager.h
index 496cd7eba..a044cd427 100644
--- a/src/threed/network/qdownloadmanager.h
+++ b/src/threed/network/qdownloadmanager.h
@@ -63,7 +63,7 @@ public:
bool downloadAsset(QUrl assetUrl);
QNetworkAccessManager * getNetworkManager();
-signals:
+Q_SIGNALS:
void downloadComplete(QByteArray*);
public slots:
diff --git a/src/threed/scene/qglabstractscene.h b/src/threed/scene/qglabstractscene.h
index a25886a61..3c20af4fb 100644
--- a/src/threed/scene/qglabstractscene.h
+++ b/src/threed/scene/qglabstractscene.h
@@ -97,7 +97,7 @@ public:
static QStringList supportedFormats(FormatListType t = AsFilter);
-signals:
+Q_SIGNALS:
void sceneUpdated();
protected:
diff --git a/src/threed/textures/qgltexture2d.h b/src/threed/textures/qgltexture2d.h
index 96b982093..7ee07bcd9 100644
--- a/src/threed/textures/qgltexture2d.h
+++ b/src/threed/textures/qgltexture2d.h
@@ -115,7 +115,7 @@ public:
static void toBeDeletedLater(QOpenGLContext*, GLuint);
static void processPendingResourceDeallocations();
-signals:
+Q_SIGNALS:
void textureUpdated();
public slots:
void textureRequestFinished(QByteArray*);