mirror of
https://github.com/fralx/LimeReport.git
synced 2025-12-14 08:50:58 +03:00
Some changes
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QSettings>
|
||||
#include "lrglobal.h"
|
||||
|
||||
namespace LimeReport {
|
||||
|
||||
class ReportDesignWindowInterface: public QMainWindow{
|
||||
class LIMEREPORT_EXPORT ReportDesignWindowInterface: public QMainWindow{
|
||||
public:
|
||||
ReportDesignWindowInterface(QWidget* parent = 0): QMainWindow(parent){}
|
||||
virtual bool checkNeedToSave() = 0;
|
||||
@@ -16,6 +17,7 @@ public:
|
||||
virtual QSettings* settings() = 0;
|
||||
virtual void restoreSetting() = 0;
|
||||
virtual void setShowProgressDialog(bool value) = 0;
|
||||
virtual void newReport() = 0;
|
||||
};
|
||||
|
||||
} // namespace LimeReport
|
||||
|
||||
Reference in New Issue
Block a user