mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02: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