[Pkg-owncloud-commits] [owncloud-client] 216/333: Fix OS X compilation
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit c3d37efa6ce7e3bcf8d43a6fa94ef04a0150886f
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Mar 25 23:33:46 2014 +0100
Fix OS X compilation
---
src/mirall/owncloudgui.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/mirall/owncloudgui.cpp b/src/mirall/owncloudgui.cpp
index f93abfd..8f16dcd 100644
--- a/src/mirall/owncloudgui.cpp
+++ b/src/mirall/owncloudgui.cpp
@@ -38,7 +38,11 @@ namespace Mirall {
ownCloudGui::ownCloudGui(Application *parent) :
QObject(parent),
_tray(0),
+#if defined(Q_OS_MAC)
+ _settingsDialog(new SettingsDialogMac(this)),
+#else
_settingsDialog(new SettingsDialog(this)),
+#endif
_logBrowser(0),
_contextMenu(0),
_recentActionsMenu(0),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list