mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:18:13 +00:00
GamesSettings: Move classes into the GamesSettings namespace
This is to allow registering future classes as with GML.
This commit is contained in:
parent
e241b47fee
commit
208653a93c
3 changed files with 9 additions and 1 deletions
|
@ -13,6 +13,8 @@
|
|||
#include <LibGUI/ModelIndex.h>
|
||||
#include <LibGUI/SettingsWindow.h>
|
||||
|
||||
namespace GamesSettings {
|
||||
|
||||
class CardSettingsWidget final : public GUI::SettingsWindow::Tab {
|
||||
C_OBJECT(CardSettingsWidget)
|
||||
public:
|
||||
|
@ -38,3 +40,5 @@ private:
|
|||
|
||||
GUI::ModelIndex m_last_selected_card_back;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue