]> git.pld-linux.org Git - packages/MathPlanner.git/blame - MathPlanner-no_qstyles.patch
- patch from author to disable qstyles
[packages/MathPlanner.git] / MathPlanner-no_qstyles.patch
CommitLineData
d20c222e 1--- src/Base.cpp 2002-10-11 23:26:30.000000000 +0200
2+++ /home/users/undefine/Base.cpp 2004-09-01 02:21:49.000000000 +0200
3@@ -1,6 +1,6 @@
4 /*
5 * MathPlanner 3.1 - Mathematical design tool.
6- * Copyright(C) 2002 Jarmo Nikkanen
7+ * Copyright(C) 2004 Jarmo Nikkanen
8 *
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11@@ -118,13 +118,13 @@
12 app.setMainWidget(mathwindow);
13 mathwindow->showMaximized();
14
15-
16+ /*
17 switch (mathwindow->Style()) {
18 case 1: QLibrary resolve(QWindowsStyle); break;
19 case 2: QLibrary resolve(QPlatinumStyle); break;
20 case 3: QLibrary resolve(QMotifStyle); break;
21 }
22-
23+ */
24
25
26 // SETUP WEB BROWSER
This page took 0.054018 seconds and 4 git commands to generate.