mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
@@ -14,7 +14,6 @@ using namespace BlackCore;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
CLoginModeButtons::CLoginModeButtons(QWidget *parent) :
|
||||
QGroupBox(parent),
|
||||
ui(new Ui::CLoginModeButtons)
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISC_LOGINMODEBUTTONS_H
|
||||
#define BLACKMISC_LOGINMODEBUTTONS_H
|
||||
#ifndef BLACKGUI_LOGINMODEBUTTONS_H
|
||||
#define BLACKGUI_LOGINMODEBUTTONS_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/network.h"
|
||||
@@ -43,7 +43,6 @@ namespace BlackGui
|
||||
private:
|
||||
QScopedPointer<Ui::CLoginModeButtons> ui;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user