Formatting, Doxygen, Renaming

This commit is contained in:
Klaus Basan
2014-01-25 01:56:37 +01:00
parent dd3803f9a9
commit ee5336e308
3 changed files with 13 additions and 28 deletions

View File

@@ -31,9 +31,9 @@ namespace BlackCore
/*!
* Context
* \param parent
* \param runtime
*/
CContextSettings(CCoreRuntime *parent);
CContextSettings(CCoreRuntime *runtime);
/*!
* Destructor
@@ -60,16 +60,12 @@ namespace BlackCore
public slots:
/*!
* \brief Network settings
* \return
* \copydoc IContextSettings::getNetworkSettings()
*/
virtual BlackMisc::Settings::CSettingsNetwork getNetworkSettings() const;
/*!
* \brief Validate
* \param path
* \param value
* \return
* \copydoc IContextSettings::value()
*/
virtual BlackMisc::CStatusMessageList value(const QString &path, const QString &command, const QVariant &value);