From: Flavio Date: Mon, 14 Mar 2011 15:11:17 +0000 (+0100) Subject: useless app store stuff X-Git-Tag: 1.4.1~3^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00b3471c25b5ab1e0ea362735b52cdf710fb9c95;p=minitube useless app store stuff --- diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index b80cbea..7bef5d0 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -9,8 +9,8 @@ #ifdef Q_WS_X11 #include "gnomeglobalshortcutbackend.h" #endif -#ifdef APP_MAC -// #include "local/mac/mac_startup.h" +#ifdef APP_MAC_STORE +#include "local/mac/mac_startup.h" #endif #include "downloadmanager.h" #include "youtubesuggest.h" diff --git a/src/main.cpp b/src/main.cpp index e560d0f..e25de86 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,8 +3,8 @@ #include "constants.h" #include "MainWindow.h" #include "searchparams.h" -#ifdef APP_MAC -// #include "local/mac/mac_startup.h" +#ifdef APP_MAC_STORE +#include "local/mac/mac_startup.h" #endif #ifdef APP_WIN #include "local/win/qtwin.h" @@ -12,8 +12,8 @@ int main(int argc, char **argv) { -#ifdef APP_MAC - // mac::MacMain(); +#ifdef APP_MAC_STORE + mac::MacMain(); #endif QtSingleApplication app(argc, argv);