src/documentloader.cpp

changeset 1147
a26568aa3cce
parent 1145
02264bf0108d
child 1159
6ad8cdcd88d9
equal deleted inserted replaced
1146:bb728c124d47 1147:a26568aa3cce
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #include "documentloader.h" 19 #include "documentloader.h"
20 #include "lddocument.h" 20 #include "lddocument.h"
21 #include "ldObject.h" 21 #include "linetypes/modelobject.h"
22 #include "mainwindow.h" 22 #include "mainwindow.h"
23 #include "dialogs/openprogressdialog.h" 23 #include "dialogs/openprogressdialog.h"
24 24
25 DocumentLoader::DocumentLoader (Model* model, bool onForeground, QObject *parent) : 25 DocumentLoader::DocumentLoader (Model* model, bool onForeground, QObject *parent) :
26 QObject (parent), 26 QObject (parent),

mercurial