mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #891, formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
05abf7e359
commit
e2b573b850
@@ -31,14 +31,12 @@ namespace BlackGui
|
||||
*/
|
||||
class BLACKGUI_EXPORT IPluginConfig
|
||||
{
|
||||
|
||||
public:
|
||||
//! Dtor.
|
||||
virtual ~IPluginConfig() {}
|
||||
|
||||
//! Creates a new config window and returns its pointer.
|
||||
virtual CPluginConfigWindow *createConfigWindow(QWidget *parent) = 0;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user