On Tue, Sep 01, 2015 at 11:34:24PM +1000, Rick Walsh wrote: > On 1 September 2015 at 08:02, Robert C. Helling <[email protected]> wrote: > > > Hi, > > > > here are five patches cleaning up the code mainly in the planner. > > > > I forgot to mention > > Subject: [PATCH 1/5] Changed qInfo() to qDebug() > > ... as the former was introduced only in Qt 5.5 in order to make the > test build also with 5.4 > > I get no message at all from qDebug(), built with Qt 5.5 on Fedora 22. > Do I need to turn it "on" somehow? > > As a workaround I set it back to qInfo, but we could use old fashioned > printf. It works and we're not doing anything clever with the > messages.
Are you building in Debug or in Release mode? Those should be printed in Debug mode but go away in Release mode. /D _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
