mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
fix some transtaions warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -74,6 +74,7 @@ class ModFolderPage : public ExternalResourcesPage {
|
||||
};
|
||||
|
||||
class CoreModFolderPage : public ModFolderPage {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit CoreModFolderPage(BaseInstance* inst, std::shared_ptr<ModFolderModel> mods, QWidget* parent = 0);
|
||||
virtual ~CoreModFolderPage() = default;
|
||||
@ -87,6 +88,7 @@ class CoreModFolderPage : public ModFolderPage {
|
||||
};
|
||||
|
||||
class NilModFolderPage : public ModFolderPage {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit NilModFolderPage(BaseInstance* inst, std::shared_ptr<ModFolderModel> mods, QWidget* parent = 0);
|
||||
virtual ~NilModFolderPage() = default;
|
||||
|
Reference in New Issue
Block a user