summaryrefslogtreecommitdiffstats
path: root/tools/designer
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-06-29 12:59:37 (GMT)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-06-29 12:59:37 (GMT)
commitfbfa69a5f71a415dfa9673a6325e0fc0023a2389 (patch)
tree0171fd3f8571674bbf2af17eb32210072da9ae74 /tools/designer
parent98c8e465a62b47051d35f998a3cdea54dfede3ad (diff)
downloadQt-fbfa69a5f71a415dfa9673a6325e0fc0023a2389.zip
Qt-fbfa69a5f71a415dfa9673a6325e0fc0023a2389.tar.gz
Qt-fbfa69a5f71a415dfa9673a6325e0fc0023a2389.tar.bz2
Fixed license header broken by 137bb787.
Diffstat (limited to 'tools/designer')
-rw-r--r--tools/designer/src/lib/shared/pluginmanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/designer/src/lib/shared/pluginmanager.cpp b/tools/designer/src/lib/shared/pluginmanager.cpp
index a70c16a..b8c1c40 100644
--- a/tools/designer/src/lib/shared/pluginmanager.cpp
+++ b/tools/designer/src/lib/shared/pluginmanager.cpp
@@ -16,8 +16,6 @@
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
-What usually causes this mess is specifying a Z-order (raise/lower) widget or changing the tab order and then deleting the widget. Designer did not delete the widget from those settings, causing uic to report this when applying them. I believe we fixed that 4.5.
-
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.