mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Style
This commit is contained in:
@@ -19,17 +19,13 @@
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
|
||||
class QModelIndex;
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CSettingsNetworkServersComponent; }
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
//! Settings for network servers
|
||||
class BLACKGUI_EXPORT CSettingsNetworkServersComponent :
|
||||
public QFrame
|
||||
class BLACKGUI_EXPORT CSettingsNetworkServersComponent : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user