Skip to content

Commit cea7eb8

Browse files
authoredSep 10, 2017
Merge pull request #5119 from nyalldawson/layout_next3
[layouts] Undo/redo framework
2 parents 1caaa2e + 6471876 commit cea7eb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2491
-60
lines changed
 

‎python/console/console_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131

3232
class optionsDialog(QDialog, Ui_SettingsDialogPythonConsole):
33+
3334
def __init__(self, parent):
3435
QDialog.__init__(self, parent)
3536
self.setWindowTitle(QCoreApplication.translate(

‎python/core/core_auto.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,11 @@
160160
%Include layout/qgslayoutmeasurementconverter.sip
161161
%Include layout/qgspagesizeregistry.sip
162162
%Include layout/qgslayoutpoint.sip
163+
%Include layout/qgslayoutserializableobject.sip
163164
%Include layout/qgslayoutsize.sip
164165
%Include layout/qgslayoutsnapper.sip
166+
%Include layout/qgslayoutundocommand.sip
167+
%Include layout/qgslayoutundostack.sip
165168
%Include layout/qgslayoututils.sip
166169
%Include metadata/qgslayermetadata.sip
167170
%Include metadata/qgslayermetadatavalidator.sip

0 commit comments

Comments
 (0)
Please sign in to comment.