diff options
author | deva <deva> | 2010-01-03 14:00:36 +0000 |
---|---|---|
committer | deva <deva> | 2010-01-03 14:00:36 +0000 |
commit | 84bd1150e93658aea36db19cebdb6012f2f40a60 (patch) | |
tree | ec9db2a6b9d17243c4a3c736aeedacd831910ac3 /dgedit/mainwindow.cc | |
parent | 061e35d178350808bc4c2369c6d3c92fcb3b69d2 (diff) |
Some work on sample sorter
Diffstat (limited to 'dgedit/mainwindow.cc')
-rw-r--r-- | dgedit/mainwindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dgedit/mainwindow.cc b/dgedit/mainwindow.cc index cabe0d6..f9b0147 100644 --- a/dgedit/mainwindow.cc +++ b/dgedit/mainwindow.cc @@ -217,7 +217,7 @@ void MainWindow::setYOffset(int of) void MainWindow::doExport() { - extractor->exportSelections(sorter->selections()); + extractor->exportSelections(sorter->selections(), sorter->levels()); } void MainWindow::loadFile(QString filename) |