diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-06-29 12:59:37 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-06-29 12:59:37 (GMT) |
commit | fbfa69a5f71a415dfa9673a6325e0fc0023a2389 (patch) | |
tree | 0171fd3f8571674bbf2af17eb32210072da9ae74 /tools | |
parent | 98c8e465a62b47051d35f998a3cdea54dfede3ad (diff) | |
download | Qt-fbfa69a5f71a415dfa9673a6325e0fc0023a2389.zip Qt-fbfa69a5f71a415dfa9673a6325e0fc0023a2389.tar.gz Qt-fbfa69a5f71a415dfa9673a6325e0fc0023a2389.tar.bz2 |
Fixed license header broken by 137bb787.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/designer/src/lib/shared/pluginmanager.cpp | 2 |
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. |