Commit 2ee008ab authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Open Dialog: Close #1912

parent 274260e4
...@@ -194,6 +194,9 @@ void FileOpenBox::accept() ...@@ -194,6 +194,9 @@ void FileOpenBox::accept()
OpenDialog::getInstance( NULL, NULL, true )->selectSlots(); OpenDialog::getInstance( NULL, NULL, true )->selectSlots();
} }
void FileOpenBox::reject()
{}
/* Function called by Open Dialog when clicked on cancel */ /* Function called by Open Dialog when clicked on cancel */
void FileOpenPanel::clear() void FileOpenPanel::clear()
{ {
......
...@@ -110,6 +110,7 @@ public: ...@@ -110,6 +110,7 @@ public:
QFileDialog( parent, caption, directory, filter ) {} QFileDialog( parent, caption, directory, filter ) {}
public slots: public slots:
void accept(); void accept();
void reject();
}; };
class FileOpenPanel: public OpenPanel class FileOpenPanel: public OpenPanel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment