forked from qt-creator/qt-creator
ProjectExplorer: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I619db09a79760186b72e7662490ed1205155c1a7 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
db8b9f9463
commit
15f8bb07ed
@@ -197,7 +197,8 @@ JournaldWatcher::JournaldWatcher()
|
||||
if (!d->setup())
|
||||
d->teardown();
|
||||
else
|
||||
connect(d->m_notifier, &QSocketNotifier::activated, m_instance, &JournaldWatcher::handleEntry);
|
||||
connect(d->m_notifier, &QSocketNotifier::activated,
|
||||
m_instance, &JournaldWatcher::handleEntry);
|
||||
m_instance->handleEntry(); // advance to the end of file...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user