mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-20 06:30:03 +03:00
Finish 1.4.122
# Conflicts: # limereport/lrdatasourcemanager.cpp # limereport/lrreportdesignwindow.cpp # limereport/lrreportengine.cpp
This commit is contained in:
@@ -153,7 +153,7 @@ namespace LimeReport {
|
||||
void emitItemRemoved(BaseDesignIntf* item);
|
||||
|
||||
DataSourceManager* datasourceManager();
|
||||
bool isSaved(){ return !m_hasHanges;}
|
||||
bool isSaved(){ return !m_hasChanges;}
|
||||
void changeSelectedGrpoupTextAlignPropperty(const bool& horizontalAlign, Qt::AlignmentFlag flag);
|
||||
|
||||
int verticalGridStep() const;
|
||||
@@ -293,7 +293,7 @@ namespace LimeReport {
|
||||
bool m_changePosMode;
|
||||
bool m_changePosOrSizeMode;
|
||||
bool m_executingCommand;
|
||||
bool m_hasHanges;
|
||||
bool m_hasChanges;
|
||||
bool m_isLoading;
|
||||
bool m_executingGroupCommand;
|
||||
QSettings* m_settings;
|
||||
|
||||
Reference in New Issue
Block a user