Skip to content

Commit 8e8625a

Browse files
committed
one more comment
1 parent da1c8b9 commit 8e8625a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trikControl/src/guiWorker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public slots:
5151
QWidget mImageWidget;
5252
QLabel mImageLabel;
5353
QHash<QString, QPixmap> mImagesCache;
54-
QList<QLabel *> mLabels;
54+
QList<QLabel *> mLabels; // Has ownership.
5555
};
5656

5757
}

0 commit comments

Comments
 (0)