commit | 249fbc739b8acaefbbf092f7eed185df7d2ae7a2 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Feb 27 21:50:25 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Feb 27 21:50:25 2013 -0800 |
tree | 345f95cca5632355358c8983c1eb8a91b64d3f91 | |
parent | 25e13581ceba8756e1d9b783623188768c346b42 [diff] [blame] |
remove some ifdefs, otherwise Qt can't create SLOT Change-Id: I2642b832d57ef494dec59518dbb348eb19ea0de8
diff --git a/gui/chronosharegui.cpp b/gui/chronosharegui.cpp index 9fdd630..16960b3 100644 --- a/gui/chronosharegui.cpp +++ b/gui/chronosharegui.cpp
@@ -327,13 +327,13 @@ #endif } -#ifdef SPARKLE_SUPPORTED void ChronoShareGui::onCheckForUpdates() { +#ifdef SPARKLE_SUPPORTED m_autoUpdate->checkForUpdates(); -} #endif +} void ChronoShareGui::setIcon() {