~user-none/kdocker/EmbedContainer

« back to all changes in this revision

Viewing changes to src/trayitemmanager.h

  • Committer: John Schember
  • Date: 2009-09-14 23:44:55 UTC
  • Revision ID: john@nachtimwald.com-20090914234455-5gx2j4jmathfegwn
Keep a count of all instances starting so that it won't exit while another is starting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
private:
55
55
    bool isWindowDocked(Window window);
56
56
 
 
57
    int m_startingCount;
57
58
    Scanner *m_scanner;
58
59
    QList<TrayItem*> m_trayItems;
59
60