diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-10 22:28:01 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-10 22:28:01 +0000 |
| commit | 99648a411e5b9c022b85d20540fd2c98bf712cca (patch) | |
| tree | 2204ce1129403973295e7850b23de331623633d4 /src/ui/dialog/attrdialog.cpp | |
| parent | Fix typos by PeterK. (diff) | |
| download | inkscape-99648a411e5b9c022b85d20540fd2c98bf712cca.tar.gz inkscape-99648a411e5b9c022b85d20540fd2c98bf712cca.zip | |
Move XMLDialog and Attributes Dialog to Gtk::Paned
Diffstat (limited to 'src/ui/dialog/attrdialog.cpp')
| -rw-r--r-- | src/ui/dialog/attrdialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/attrdialog.cpp b/src/ui/dialog/attrdialog.cpp index 0403f9b7c..3db739059 100644 --- a/src/ui/dialog/attrdialog.cpp +++ b/src/ui/dialog/attrdialog.cpp @@ -137,6 +137,8 @@ AttrDialog::AttrDialog() setDesktop(getDesktop()); } + + /** * @brief AttrDialog::~AttrDialog * Class destructor |
