wpa_gui-qt4: silence compile warning + wpsTab enable/disable
authorKel Modderman <kel@otaku42.de>
Sun, 11 Jan 2009 19:44:07 +0000 (21:44 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 11 Jan 2009 19:44:07 +0000 (21:44 +0200)
commite0f6d3d9b546a82f4af50a3481d8f9cdb951f47d
tree3fa4581b250664f56656fb8a77a9350e4226afca
parent3904625396dcccd52e7090388564e87cc271af0f
wpa_gui-qt4: silence compile warning + wpsTab enable/disable

Fix compile warning by renaming gridLayout to wpsGridLayout in
wpagui.ui, it seems to be used internally.

/usr/bin/uic-qt4 eventhistory.ui -o .ui/ui_eventhistory.h
/usr/bin/uic-qt4 scanresults.ui -o .ui/ui_scanresults.h
/usr/bin/uic-qt4 wpagui.ui -o .ui/ui_wpagui.h
Warning: name gridLayout is already used
/usr/bin/uic-qt4 userdatarequest.ui -o .ui/ui_userdatarequest.h
/usr/bin/uic-qt4 networkconfig.ui -o .ui/ui_networkconfig.h

Also disable WPS tab if the running supplicant doesn't support that,
just as the WPS action menu is.

Signed-off-by: Kel Modderman <kel@otaku42.de>
wpa_supplicant/wpa_gui-qt4/wpagui.cpp
wpa_supplicant/wpa_gui-qt4/wpagui.ui