Merge pull request #71 from f2404/70_assert
Avoid including source files names into the library binary
This commit is contained in:
+1
-2
@@ -26,7 +26,6 @@
|
||||
#include "Session.h"
|
||||
|
||||
// Standard
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Qt
|
||||
@@ -348,7 +347,7 @@ void Session::setUserTitle( int what, const QString & caption )
|
||||
|
||||
if (what == 11) {
|
||||
QString colorString = caption.section(';',0,0);
|
||||
qDebug() << __FILE__ << __LINE__ << ": setting background colour to " << colorString;
|
||||
//qDebug() << __FILE__ << __LINE__ << ": setting background colour to " << colorString;
|
||||
QColor backColor = QColor(colorString);
|
||||
if (backColor.isValid()) { // change color via \033]11;Color\007
|
||||
if (backColor != _modifiedBackground) {
|
||||
|
||||
Reference in New Issue
Block a user