From f05d5f08baafdbf7195791fe98d8a273f35df833 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Tue, 19 Jan 2010 10:34:47 +1000 Subject: Allow the QML based file browser to be used in place of native. --- tools/qmlviewer/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/qmlviewer/main.cpp b/tools/qmlviewer/main.cpp index 8a5efa3..d170521 100644 --- a/tools/qmlviewer/main.cpp +++ b/tools/qmlviewer/main.cpp @@ -222,6 +222,8 @@ int main(int argc, char ** argv) translationFile = argv[++i]; } else if (arg == "-opengl") { useGL = true; + } else if (arg == "-qmlbrowser") { + useNativeFileBrowser = false; } else if (arg == "-L") { if (lastArg) usage(); libraries << QString(argv[++i]); -- cgit v0.12