Re: [ktexteditor] src/utils: only output warnings and above per default

2015-07-28 Thread Christoph Cullmann
Hi, ok, will fix the #if and will remove that if the cmake solution is there ;=) Greetings Christoph - Ursprüngliche Mail - > On Tuesday 28 July 2015 07:54:54 Christoph Cullmann wrote: > > > > -Q_LOGGING_CATEGORY(LOG_PART, "katepart") > > +Q_LOGGING_CATEGORY(LOG_PART, "katepart", QtWarn

Re: [ktexteditor] src/utils: only output warnings and above per default

2015-07-28 Thread David Faure
On Tuesday 28 July 2015 07:54:54 Christoph Cullmann wrote: > > -Q_LOGGING_CATEGORY(LOG_PART, "katepart") > +Q_LOGGING_CATEGORY(LOG_PART, "katepart", QtWarningMsg) This should be in a #if QT_VERSION > QT_VERSION_CHECK(5,4,0) block, because it was missing in 5.3 (which we still support). My plan i