commit | ee5c90fe54c40cd9fe4dff22446e8c887d0b7b6c | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Sep 27 14:05:41 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Sep 27 14:05:41 2012 -0700 |
tree | 82048647ce0c97072cf8967759905eb53d3bcbbd | |
parent | b98e602d0e7614ff4ee2dc88944178530297e069 [diff] [blame] |
randomize hello interval to avoid synced hello
diff --git a/chatdialog.h b/chatdialog.h index 9a64ad0..8846a4b 100644 --- a/chatdialog.h +++ b/chatdialog.h
@@ -80,6 +80,7 @@ boost::mutex m_msgMutex; boost::mutex m_sceneMutex; time_t m_lastMsgTime; + int m_randomizedInterval; // icon related QAction *minimizeAction;