From 0f3d4931cf763d507d8df7f1fa60ad023d883a33 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 8 Mar 2011 13:54:50 +0100 Subject: binPath init fix --- src/fbgui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fbgui.cpp') diff --git a/src/fbgui.cpp b/src/fbgui.cpp index 8be9385..d764882 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -8,8 +8,8 @@ #include #include -// Note: Absolute paths. -QString binPath(QApplication::applicationDirPath()); +// Note: Absolute paths. binPath empty init, set in main() after QApplication instanciated. +QString binPath(""); QString downloadPath(binPath + "/downloads"); QUrl baseURL(DEFAULT_URL); bool debug = false; -- cgit v1.2.3-55-g7522