13namespace ot {
class CheckBox; }
14namespace ot {
class ComboBox; }
27 void slotExport(
void);
32 std::list<ot::LogMessage> m_messages;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition QuickLogExport.h:16
virtual ~QuickLogExport()
Definition QuickLogExport.cpp:129
QuickLogExport(const std::list< ot::LogMessage > &_messages)
Definition QuickLogExport.cpp:28
bool isAutoClose(void)
Definition QuickLogExport.cpp:133
Contains information about the origin and the content of a log message.
Definition Logger.h:345