diff libgui/src/m-editor/file-editor.h @ 18521:713193ffc8c4 gui-release

allow to select mutliple files in the editors open file dialog (bug #41664) * file-editor.cc (request_open_file (void)): allow to select multiple files in the open file dialog, connect filesSelected signal to new slot; (request_open_files): slot for the open file dialogs signal filesSelected * file-editor.h: new slot request_open_files
author Torsten <ttl@justmail.de>
date Sun, 23 Feb 2014 19:18:24 +0100
parents 3a509de8e791
children de76baa76aa1
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.h	Fri Feb 21 18:50:33 2014 -0500
+++ b/libgui/src/m-editor/file-editor.h	Sun Feb 23 19:18:24 2014 +0100
@@ -185,6 +185,7 @@
 
 private slots:
 
+  void request_open_files (const QStringList&);
   void request_open_file (const QString& fileName, int line = -1,
                           bool debug_pointer = false,
                           bool breakpoint_marker = false, bool insert = true);