mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 02:07:23 +01:00
Merge branch 'development' of ssh://vc.netcitadel.com:2222/var/git/fwbuilder into development
This commit is contained in:
commit
282102e03f
@ -211,7 +211,8 @@ bool ProjectPanel::fileNew()
|
||||
|
||||
if (fwbdebug)
|
||||
qDebug("ProjectPanel::fileNew() rcs=%p rcs->getFileName()='%s'",
|
||||
rcs, rcs->getFileName().toAscii().constData());
|
||||
rcs, rcs == 0 ? "<null>" :
|
||||
rcs->getFileName().toAscii().constData());
|
||||
|
||||
return (rcs!=NULL);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user