mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
GH-1197 finish color stuff
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "java/JavaChecker.h"
|
||||
#include "pages/BasePage.h"
|
||||
#include <MultiMC.h>
|
||||
#include "ColorCache.h"
|
||||
|
||||
class QTextCharFormat;
|
||||
class SettingsObject;
|
||||
@@ -97,4 +98,6 @@ private:
|
||||
|
||||
// default format for the font preview...
|
||||
QTextCharFormat *defaultFormat;
|
||||
|
||||
std::unique_ptr<LogColorCache> m_colors;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user