mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-09-04 09:13:27 +00:00
patch: sonarqube fixes.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <wx/colour.h>
|
||||
|
||||
class wxDialog;
|
||||
class wxWindow;
|
||||
class wxString;
|
||||
|
||||
@@ -22,6 +23,7 @@ struct ThemePalette {
|
||||
ThemePalette paletteForTheme(Theme theme);
|
||||
Theme inferThemeFromWindow(const wxWindow* window);
|
||||
void applyThemeToWindowTree(wxWindow* root, const ThemePalette& palette, Theme theme);
|
||||
void themeModalDialog(wxDialog* dlg, Theme theme);
|
||||
int showThemedMessageDialog(wxWindow* parent, const wxString& message, const wxString& caption, long style);
|
||||
int showThemedConfirmDialog(wxWindow* parent, const wxString& message, const wxString& caption);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user