Mageia Bugzilla – Attachment 10953 Details for
Bug 24600
qt4 new security issue CVE-2018-19872
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
test for qt4 compilation
main.cpp (text/x-csrc), 270 bytes, created by
Herman Viaene
on 2019-04-19 11:14:42 CEST
(
hide
)
Description:
test for qt4 compilation
Filename:
MIME Type:
Creator:
Herman Viaene
Created:
2019-04-19 11:14:42 CEST
Size:
270 bytes
patch
obsolete
>#include <qapplication.h> >#include <qpushbutton.h> > > >int main( int argc, char **argv ) >{ > QApplication a( argc, argv ); > > QPushButton hello( "Hello world!", 0 ); > hello.resize( 100, 30 ); > > a.setMainWidget( &hello ); > hello.show(); > return a.exec(); >}
#include <qapplication.h> #include <qpushbutton.h> int main( int argc, char **argv ) { QApplication a( argc, argv ); QPushButton hello( "Hello world!", 0 ); hello.resize( 100, 30 ); a.setMainWidget( &hello ); hello.show(); return a.exec(); }
View Attachment As Raw
Actions:
View
Attachments on
bug 24600
: 10953