mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Use nested namespaces (C++17 feature)
This commit is contained in:
@@ -32,13 +32,10 @@
|
||||
#include <QNetworkReply>
|
||||
|
||||
namespace Ui { class CSwiftLauncher; }
|
||||
namespace BlackGui
|
||||
namespace BlackGui::Components
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
class CConfigurationWizard;
|
||||
class CTextEditDialog;
|
||||
}
|
||||
class CConfigurationWizard;
|
||||
class CTextEditDialog;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user