Files
FreeJ/qt/qLogging.cpp
fred 4800f14b92 Now quit much nicer
- in QqWidget, initialyse *m_qGeneLayer to NULL. Deleted some lines
commented out code.

Added a QLogger class for the future logs ... I hope

- in Qfreej, now connects Exit from the menu to the close() method
inherited by QWidget. Commented out setAttribute(Qt::WA_DeleteOnClose);
to avoid SEGFAULT.
2011-03-08 01:44:51 +01:00

10 lines
121 B
C++

#include <qLogging.h>
#include <QDebug>
QLogger::QLogger(QWidget *parent) : QWidget(parent)
{
}
QLogger::~QLogger()
{
}