mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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>
This commit is contained in:
parent
62b86dba6e
commit
0fae9ad39b
@ -52,7 +52,7 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11" />
|
||||
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<includes>
|
||||
<include location="local" >wpamsg.h</include>
|
||||
</includes>
|
||||
|
@ -368,7 +368,7 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11" />
|
||||
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<tabstops>
|
||||
<tabstop>ssidEdit</tabstop>
|
||||
<tabstop>authSelect</tabstop>
|
||||
|
@ -88,7 +88,7 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11" />
|
||||
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
@ -105,5 +105,5 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11" />
|
||||
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
</ui>
|
||||
|
@ -410,7 +410,7 @@
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11" />
|
||||
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<includes>
|
||||
<include location="global" >qtimer.h</include>
|
||||
<include location="global" >qsocketnotifier.h</include>
|
||||
|
Loading…
Reference in New Issue
Block a user