diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-05-27 17:23:59 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-05-28 08:11:48 +0000 |
commit | a49175aa2972f6d29896ccca729f518df0207899 (patch) | |
tree | ba9e26f30c8fbce57a3336005db306ceebc9f002 /src/plugins/cpptools/cppheadersource_test.cpp | |
parent | b7280d4986aec91be27d7c671ad635233ecf9b76 (diff) | |
download | qt-creator-a49175aa2972f6d29896ccca729f518df0207899.tar.gz |
Fix some deprecation warnings about String::sprintf() and qVariantFromValue()
stylehelper.cpp:216:46: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
...
baseenginedebugclient.cpp:124:49: warning: 'QVariant qVariantFromValue(const T&) [with T = QmlDebug::ObjectReference]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations]
...
Change-Id: Iafdb58b8a66f1b0a14342fa5b29e31fc4997a621
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cppheadersource_test.cpp')
0 files changed, 0 insertions, 0 deletions