mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Style
This commit is contained in:
@@ -27,7 +27,6 @@ class QDragEnterEvent;
|
||||
class QDragLeaveEvent;
|
||||
class QDragMoveEvent;
|
||||
class QDropEvent;
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CDbAircraftIcaoSelectorComponent; }
|
||||
namespace BlackGui
|
||||
@@ -39,7 +38,7 @@ namespace BlackGui
|
||||
*/
|
||||
class BLACKGUI_EXPORT CDbAircraftIcaoSelectorComponent :
|
||||
public QFrame,
|
||||
public BlackGui::CDropBase
|
||||
public CDropBase
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
@@ -25,8 +25,6 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CDbMappingComponentAware
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
//! Set the corresponding component
|
||||
virtual void setMappingComponent(CDbMappingComponent *component);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user