Skip to content
Snippets Groups Projects
Commit b5983e80 authored by Vitaly Fanaskov's avatar Vitaly Fanaskov
Browse files

Removed extra space

parent 683eee22
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ namespace Internal {
using namespace KUserFeedback;
ModeUsageTimeSource::ModeUsageTimeSource()
: AbstractDataSource (QStringLiteral("modeUsageTime"), Provider::DetailedUsageStatistics)
: AbstractDataSource(QStringLiteral("modeUsageTime"), Provider::DetailedUsageStatistics)
{
connect(Core::ModeManager::instance(), &Core::ModeManager::currentModeChanged,
this, &ModeUsageTimeSource::onCurrentModeIdChanged);
......
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