[PATCH] remove superfluos qtApp, qApplication variables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Oops, there was a little bug there. One should do a "quilt refresh" before 
sending patches.


In native/jni/qt-peer/mainqtthread.cpp it must not be

--------------------------------------
  QApplication( *argc, argv );
--------------------------------------

but

--------------------------------------
  new QApplication( *argc, argv );
--------------------------------------


[Index of Archives]     [Linux Kernel]     [Linux Cryptography]     [Fedora]     [Fedora Directory]     [Red Hat Development]

  Powered by Linux