forked from qt-creator/qt-creator
Fix compile output to be readeable with dark themes
This changes the colors to be a mix of red/blue and the foreground color. If the regular text color is either of those, well...
This commit is contained in:
@@ -99,8 +99,7 @@ private:
|
||||
|
||||
void ctor();
|
||||
void raiseError(const QString &error);
|
||||
void writeOutput(const QString &text,
|
||||
const QTextCharFormat &format = QTextCharFormat());
|
||||
void writeOutput(const QString &text, ProjectExplorer::BuildStep::OutputFormat = BuildStep::NormalOutput);
|
||||
void addDeployTimesToMap(QVariantMap &map) const;
|
||||
void getDeployTimesFromMap(const QVariantMap &map);
|
||||
const MaemoPackageCreationStep *packagingStep() const;
|
||||
|
||||
Reference in New Issue
Block a user