added namespaces

This commit is contained in:
fourtf
2017-01-18 21:30:23 +01:00
parent 82338baaa3
commit 2e8dc63a95
82 changed files with 681 additions and 459 deletions
+3
View File
@@ -4,6 +4,8 @@
#include <QColor>
namespace chatterino {
// hue: theme color (0 - 1)
// multiplyer: 1 = white, 0.8 = light, -0.8 dark, -1 black
void
@@ -129,3 +131,4 @@ ColorScheme::normalizeColor(QColor &color)
// color.setHslF(color.hueF(), s, newL);
}
}