wpa_gui-qt4: remove qPixmapFromMimeSource from ui files
authorKel Modderman <kel@otaku42.de>
Wed, 24 Sep 2008 09:24:49 +0000 (12:24 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 24 Sep 2008 09:24:49 +0000 (12:24 +0300)
commit0fae9ad39b7040af8d45f4531c9eb95d12e25fc9
tree56bb7094b7deb834ed008611c0616fe49c7f0307
parent62b86dba6edc902501a7c6938d370f8a05db8af7
wpa_gui-qt4: remove qPixmapFromMimeSource from ui files

When integrating the new art, this UI entry:

<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>

Caused the following error:

.obj/wpagui.o: In function `Ui_WpaGui::setupUi(QMainWindow*)':
wpagui.cpp:(.text._ZN9Ui_WpaGui7setupUiEP11QMainWindow[Ui_WpaGui::setupUi(QMainWindow*)]+0xd3): undefined reference to `qPixmapFromMimeSource(QString const&)'
collect2: ld returned 1 exit status

Removing qPixmapFromMimeSource seems to have no unwanted side effects, and
allows successful build again. Research leads me to believe it depends on
Qt3Support, which we do not want.

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