mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
13c67e4838
commit
25df1921eb
@@ -61,9 +61,6 @@ namespace BlackGui
|
||||
void CSettingsMatchingComponent::showButtons(bool show)
|
||||
{
|
||||
ui->fr_Buttons->setVisible(show);
|
||||
// ui->pb_MatchingAgain->setVisible(show);
|
||||
// ui->pb_Reload->setVisible(show);
|
||||
// ui->pb_Save->setVisible(show);
|
||||
}
|
||||
|
||||
void CSettingsMatchingComponent::onSavePressed() const
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
#include <QScopedPointer>
|
||||
#include <QString>
|
||||
|
||||
namespace Ui { class CSettingsSimulatorComponent; }
|
||||
namespace BlackCore { class CPluginManagerSimulator; }
|
||||
namespace BlackMisc { namespace Simulation { class CSimulatorPluginInfo; } }
|
||||
namespace Ui { class CSettingsSimulatorComponent; }
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
|
||||
Reference in New Issue
Block a user