mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: remove build-time warning about non-existing signal
I redid the tray - it is independant of X11, does not require D-Bus glue-code (the status notifier and menu import/export) and is now entirely plasma applets based Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a72d1f48ce
commit
73b09f4bc7
1 changed files with 0 additions and 2 deletions
|
@ -177,8 +177,6 @@ class KStartupInfo::Private
|
|||
|
||||
if( !( flags & DisableKWinModule )) {
|
||||
QObject::connect( KWindowSystem::self(), SIGNAL(windowAdded(WId)), q, SLOT(slot_window_added(WId)));
|
||||
#warning "systemTrayWindowAdded signal was remove from KWindowSystem class"
|
||||
//QObject::connect( KWindowSystem::self(), SIGNAL(systemTrayWindowAdded(WId)), q, SLOT(slot_window_added(WId)));
|
||||
}
|
||||
QObject::connect( &msgs, SIGNAL(gotMessage(QString)), q, SLOT(got_message(QString)));
|
||||
cleanup = new QTimer( q );
|
||||
|
|
Loading…
Add table
Reference in a new issue