Skip to content
Snippets Groups Projects
Commit 8c3e6883 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Core: Use class, not struct


Change-Id: Ib58e10c98b2cc379f0b5559c2758aecd7daf276a
Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
parent 262f7f42
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,9 @@ public:
virtual QString refreshTopic(const QString &repository) = 0;
private:
struct TopicData
class TopicData
{
public:
QDateTime timeStamp;
QString topic;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment