forked from qt-creator/qt-creator
Core: Use class, not struct
Change-Id: Ib58e10c98b2cc379f0b5559c2758aecd7daf276a Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -76,8 +76,9 @@ public:
|
|||||||
virtual QString refreshTopic(const QString &repository) = 0;
|
virtual QString refreshTopic(const QString &repository) = 0;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
struct TopicData
|
class TopicData
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
QDateTime timeStamp;
|
QDateTime timeStamp;
|
||||||
QString topic;
|
QString topic;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user