45
45
TrayItemManager::TrayItemManager() {
46
47
m_scanner = new Scanner();
47
48
connect(m_scanner, SIGNAL(windowFound(Window, TrayItemSettings)), this, SLOT(dockWindow(Window, TrayItemSettings)));
48
49
connect(m_scanner, SIGNAL(stopping()), this, SLOT(checkCount()));