mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Style
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
class QShowEvent;
|
||||
|
||||
namespace Ui { class CPluginDetailsWindow; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
/*!
|
||||
@@ -37,7 +36,7 @@ namespace BlackGui
|
||||
explicit CPluginDetailsWindow(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CPluginDetailsWindow();
|
||||
virtual ~CPluginDetailsWindow() override;
|
||||
|
||||
//! Sets the plugin name
|
||||
void setPluginName(const QString &name);
|
||||
|
||||
Reference in New Issue
Block a user