Formatting, naming

This commit is contained in:
Klaus Basan
2016-03-12 05:20:25 +01:00
parent 69b205cc14
commit bd50cfab86
10 changed files with 5 additions and 19 deletions

View File

@@ -19,7 +19,6 @@ namespace BlackSimPlugin
{
namespace Fsx
{
/*!
* Window for setting up the FSX plugin.
*/
@@ -39,7 +38,6 @@ namespace BlackSimPlugin
//! \copydoc BlackGui::IPluginConfig::createConfigWindow()
BlackGui::CPluginConfigWindow *createConfigWindow(QWidget *parent) override;
};
}
}