mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #703, adjustments
* removed using as discussed on slack * Doxyfile as discussed * Doxygen \cond
This commit is contained in:
@@ -1988,7 +1988,7 @@ INCLUDE_FILE_PATTERNS =
|
|||||||
# recursively expanded use the := operator instead of the = operator.
|
# recursively expanded use the := operator instead of the = operator.
|
||||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||||
|
|
||||||
PREDEFINED = Q_COMPILER_VARIADIC_TEMPLATES:=1
|
# PREDEFINED = slots=
|
||||||
|
|
||||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||||
# tag can be used to specify a list of macro names that should be expanded. The
|
# tag can be used to specify a list of macro names that should be expanded. The
|
||||||
|
|||||||
@@ -107,10 +107,6 @@ namespace BlackCore
|
|||||||
//! \copydoc IContextApplication::existsFile
|
//! \copydoc IContextApplication::existsFile
|
||||||
virtual bool existsFile(const QString &fileName) const override;
|
virtual bool existsFile(const QString &fileName) const override;
|
||||||
|
|
||||||
public:
|
|
||||||
//! \todo Remove with old settings
|
|
||||||
using IContextApplication::changeSettings;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! Constructor
|
//! Constructor
|
||||||
CContextApplication(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime);
|
CContextApplication(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime);
|
||||||
|
|||||||
@@ -48,9 +48,6 @@ namespace BlackCore
|
|||||||
//! Destructor
|
//! Destructor
|
||||||
virtual ~CContextApplicationProxy() {}
|
virtual ~CContextApplicationProxy() {}
|
||||||
|
|
||||||
//! \todo Remove with old settings
|
|
||||||
using IContextApplication::changeSettings;
|
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
//! \copydoc IContextApplication::logMessage
|
//! \copydoc IContextApplication::logMessage
|
||||||
virtual void logMessage(const BlackMisc::CStatusMessage &message, const BlackMisc::CIdentifier &origin) override;
|
virtual void logMessage(const BlackMisc::CStatusMessage &message, const BlackMisc::CIdentifier &origin) override;
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
* contained in the LICENSE file.
|
* contained in the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//! \cond PRIVATE
|
||||||
|
|
||||||
#include "blackmisc/compare.h"
|
#include "blackmisc/compare.h"
|
||||||
#include "blackmisc/range.h"
|
#include "blackmisc/range.h"
|
||||||
#include "blackmisc/statusmessagelist.h"
|
#include "blackmisc/statusmessagelist.h"
|
||||||
@@ -208,3 +210,5 @@ namespace BlackMisc
|
|||||||
return messages;
|
return messages;
|
||||||
}
|
}
|
||||||
} // ns
|
} // ns
|
||||||
|
|
||||||
|
//! \endcond
|
||||||
|
|||||||
Reference in New Issue
Block a user