mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 14:45:33 +08:00
Remove obsolete logging framework
This changes removes classes of the obsolete logging frame work and all its references. It was not used anywhere, but included in several headers. Had to add header QDateTime in some places, which was not correctly included and now missing. refs #90
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#ifndef BLACKMISC_CONTEXT_H
|
||||
#define BLACKMISC_CONTEXT_H
|
||||
|
||||
#include "blackmisc/debug.h"
|
||||
#include <QMetaType>
|
||||
#include <QObject>
|
||||
#include <QMap>
|
||||
@@ -161,25 +160,6 @@ namespace BlackMisc
|
||||
* \return
|
||||
*/
|
||||
virtual const QString &getApplicationName() const = 0;
|
||||
|
||||
/*!
|
||||
* Return the CDebug object.
|
||||
* \return
|
||||
* \throw std::logic_error The requested object is not present.
|
||||
*/
|
||||
CDebug &getDebug()
|
||||
{
|
||||
return getObject<CDebug>();
|
||||
}
|
||||
|
||||
/*!
|
||||
* Set the CDebug object.
|
||||
* \param debug
|
||||
*/
|
||||
void setDebug(CDebug &debug)
|
||||
{
|
||||
setObject(debug);
|
||||
}
|
||||
};
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user