From ee4e0002025099edd716bbd5b5c4f21b467ac7ab Mon Sep 17 00:00:00 2001 From: Lukáš Lalinský Date: Mon, 20 Jul 2009 10:33:14 +0200 Subject: Open file passed on the command line --- src/diagramdocument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diagramdocument.h') diff --git a/src/diagramdocument.h b/src/diagramdocument.h index fa061b1..4a3fd34 100644 --- a/src/diagramdocument.h +++ b/src/diagramdocument.h @@ -72,7 +72,7 @@ public: QList selectedItems(); void save(const QString &fileName); - void load(const QString &fileName); + bool load(const QString &fileName); QString fileName() { return m_fileName; } void setFileName(const QString &fileName) { m_fileName = fileName; } -- cgit v1.2.3-54-g00ecf