mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Formatting, help text beautifyHelpMessage, improved convertToQString
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a34be02e07
commit
c1482dca36
@@ -22,7 +22,6 @@ class QSignalMapper;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
/*!
|
||||
* Shows all available plugins in nice list and lets user enable, disable and configure
|
||||
* each of them.
|
||||
@@ -43,7 +42,7 @@ namespace BlackGui
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CPluginSelector(QWidget *parent = 0);
|
||||
explicit CPluginSelector(QWidget *parent = nullptr);
|
||||
|
||||
//! Adds the new plugin to the list.
|
||||
//! \param identifier Identifier of the plugin
|
||||
@@ -61,9 +60,7 @@ namespace BlackGui
|
||||
private:
|
||||
QSignalMapper *m_detailsButtonMapper;
|
||||
QSignalMapper *m_configButtonMapper;
|
||||
|
||||
};
|
||||
} // ns
|
||||
|
||||
} // namespace BlackGui
|
||||
|
||||
#endif // BLACKGUI_PLUGINSELECTOR_H
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user