~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to component/kylinswitcher.h

  • Committer: lixiang
  • Date: 2018-03-06 03:13:06 UTC
  • Revision ID: lixiang@kylinos.cn-20180306031306-fd7qnru3vm4a1xjd
Rewrite with Qt5, and add system monitor

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
private:
47
47
    QPixmap pixmap_on;
48
48
    QPixmap pixmap_off;
49
 
    bool mouse_press;
 
49
    bool m_mousePressed;
50
50
};
51
51
 
52
52
#endif // KYLINSWITCHER_H