[tracker/tracker-0.10] tracker-extract: Add parameter to QApplication to allow running without X11
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] tracker-extract: Add parameter to QApplication to allow running without X11
- Date: Wed, 23 Mar 2011 11:05:23 +0000 (UTC)
commit 358cbe8d6c92aec2a43f967cbec2360e54c0744c
Author: Philip Van Hoof <philip codeminded be>
Date: Fri Mar 18 10:27:42 2011 +0100
tracker-extract: Add parameter to QApplication to allow running without X11
src/tracker-extract/tracker-albumart-qt.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-albumart-qt.cpp b/src/tracker-extract/tracker-albumart-qt.cpp
index e535314..f64d301 100644
--- a/src/tracker-extract/tracker-albumart-qt.cpp
+++ b/src/tracker-extract/tracker-albumart-qt.cpp
@@ -41,7 +41,7 @@ tracker_albumart_plugin_init (void)
int argc = 0;
char **argv = NULL;
- app = new QApplication (argc, argv);
+ app = new QApplication (argc, argv, QApplication::Tty);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]