##// END OF EJS Templates
Some more cleaning....
Some more cleaning. Removed useless function Converted some QDebug calls to SocExplorerEngine::message calls Added static void message(QObject* sender,const QString& message,int debugLevel=0); and static void message(const QString& sender,const QString& message,int debugLevel=0);

File last commit:

r91:acc9efbbe625 default
r100:11a895cff789 pre-0.7
Show More
socexplorercoresettingsgui.h
27 lines | 543 B | text/x-c | CLexer
/ src / socexplorercoresettingsgui.h
#ifndef SOCEXPLORERCORESETTINGSGUI_H
#define SOCEXPLORERCORESETTINGSGUI_H
#include <QWidget>
#include <socexplorersettingsdialog.h>
namespace Ui {
class SocExplorerCoreSettingsGUI;
}
class SocExplorerCoreSettingsGUI : public SocExplorerSettingsItem
{
Q_OBJECT
public:
explicit SocExplorerCoreSettingsGUI(QWidget *parent = 0);
~SocExplorerCoreSettingsGUI();
protected:
void changeEvent(QEvent *e);
public slots:
void accept();
private:
Ui::SocExplorerCoreSettingsGUI *ui;
};
#endif // SOCEXPLORERCORESETTINGSGUI_H