forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.15' into 5.0
Change-Id: I2e63e1136af4001836044f4e67e3d01c1e9f0369
This commit is contained in:
@@ -350,6 +350,15 @@ inline ProStringList operator+(const ProStringList &one, const ProStringList &tw
|
|||||||
|
|
||||||
typedef QMap<ProKey, ProStringList> ProValueMap;
|
typedef QMap<ProKey, ProStringList> ProValueMap;
|
||||||
|
|
||||||
|
// For std::list (sic!)
|
||||||
|
#ifdef Q_CC_MSVC
|
||||||
|
inline bool operator<(const ProValueMap &, const ProValueMap &)
|
||||||
|
{
|
||||||
|
Q_ASSERT(false);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// These token definitions affect both ProFileEvaluator and ProWriter
|
// These token definitions affect both ProFileEvaluator and ProWriter
|
||||||
enum ProToken {
|
enum ProToken {
|
||||||
TokTerminator = 0, // end of stream (possibly not included in length; must be zero)
|
TokTerminator = 0, // end of stream (possibly not included in length; must be zero)
|
||||||
|
Reference in New Issue
Block a user