Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.1.1, 5.5.1
-
Win7 x64 using a VS2012 build chain and Qt5.1.1
Description
Test.pro
QT += core network
TARGET = ConfigTest
TEMPLATE = app
SOURCES += main.cpp
main.cpp
#include <QNetworkConfigurationManager>
int main(int argc, char *argv[])
{ QNetworkConfigurationManager manager; return 0; }This gives me:
:0: warning: Exception at 0x7fefcfd940d, code: 0x6a6: Invalid RPC server, flags=0x1 (execution cannot be continued) (first chance)
Attachments
Issue Links
- is duplicated by
-
QTBUG-57388 [Context menu] When right click sometime it don't show context menu then it reload the page.
-
- Closed
-