|
|
|
@ -38,6 +38,7 @@ class ConfigureGraphicsExtensions; |
|
|
|
class ConfigureInputPerGame; |
|
|
|
class ConfigureSystem; |
|
|
|
class ConfigureNetwork; |
|
|
|
class ConfigureApplets; |
|
|
|
|
|
|
|
class QGraphicsScene; |
|
|
|
class QStandardItem; |
|
|
|
@ -93,4 +94,5 @@ private: |
|
|
|
std::unique_ptr<ConfigureInputPerGame> input_tab; |
|
|
|
std::unique_ptr<ConfigureSystem> system_tab; |
|
|
|
std::unique_ptr<ConfigureNetwork> network_tab; |
|
|
|
std::unique_ptr<ConfigureApplets> applets_tab; |
|
|
|
}; |