We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1c8b9 commit 8e8625aCopy full SHA for 8e8625a
trikControl/src/guiWorker.h
@@ -51,7 +51,7 @@ public slots:
51
QWidget mImageWidget;
52
QLabel mImageLabel;
53
QHash<QString, QPixmap> mImagesCache;
54
- QList<QLabel *> mLabels;
+ QList<QLabel *> mLabels; // Has ownership.
55
};
56
57
}
0 commit comments