diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-13 12:32:11 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-13 14:45:31 -0800 |
commit | 2607fea2de9f3158c7f292c4195746b9becee615 (patch) | |
tree | c280729dedb9a342905b5c4a3e1b5e3d5028575d | |
parent | 32ad046f5681ad02e3f9842075447e880145267d (diff) | |
download | subsurface-2607fea2de9f3158c7f292c4195746b9becee615.tar.gz |
Fix compile time warning
No idea why designer sometimes adds these zorder items.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/maintab.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 659e790ef..5267863ff 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -23,7 +23,6 @@ </property> <item row="2" column="1"> <widget class="KMessageWidget" name="diveNotesMessage" native="true"> - <zorder>scrollArea</zorder> </widget> </item> <item row="3" column="1"> @@ -219,7 +218,6 @@ <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> - <zorder>tagWidget</zorder> </widget> </item> <item row="1" column="1"> |