commit | 86df74136f639d44ba3355120818aba707664f97 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Sep 27 16:30:20 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Sep 27 16:33:32 2012 -0700 |
tree | 4120b58cab527a85d3d87ff9c66a9df5863ed004 | |
parent | ee5c90fe54c40cd9fe4dff22446e8c887d0b7b6c [diff] [blame] |
check and update roster
diff --git a/chatdialog.h b/chatdialog.h index 8846a4b..5662b7b 100644 --- a/chatdialog.h +++ b/chatdialog.h
@@ -61,6 +61,7 @@ void checkSetting(); void settingUpdated(QString, QString, QString); void sendHello(); + void replot(); // icon related void iconActivated(QSystemTrayIcon::ActivationReason reason); @@ -81,6 +82,7 @@ boost::mutex m_sceneMutex; time_t m_lastMsgTime; int m_randomizedInterval; + QTimer *m_timer; // icon related QAction *minimizeAction;