Add text configuration in panel

This commit is contained in:
lupoDharkael
2018-05-26 17:59:44 +02:00
parent cf7066a33e
commit dcaa2e321f
26 changed files with 467 additions and 21 deletions

View File

@@ -60,3 +60,7 @@ void NotifierBox::showMessage(const QString &msg) {
show();
m_timer->start();
}
void NotifierBox::showColor(const QColor &color) {
m_message = "";
}