plasma/private/timetracker.cpp - -Wpedantic

This commit is contained in:
Allen Winter 2016-06-15 13:07:52 -04:00
parent d452f29f92
commit a04f0c3f8f

View File

@ -76,7 +76,7 @@ private:
return ret;
}
};
Q_GLOBAL_STATIC(TimeTrackerWriter, s_writer);
Q_GLOBAL_STATIC(TimeTrackerWriter, s_writer)
TimeTracker::TimeTracker(QObject* o)
: QObject(o)