mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #28: Add multiple PDF files at once for merging
This commit is contained in:
@@ -99,14 +99,14 @@ public:
|
||||
|
||||
private slots:
|
||||
void on_actionClose_triggered();
|
||||
void on_actionAddDocument_triggered();
|
||||
void on_actionAddDocuments_triggered();
|
||||
void onMappedActionTriggered(int actionId);
|
||||
void updateActions();
|
||||
|
||||
private:
|
||||
void loadSettings();
|
||||
void saveSettings();
|
||||
void insertDocument(const QString& fileName, const QModelIndex& insertIndex);
|
||||
bool insertDocument(const QString& fileName, const QModelIndex& insertIndex);
|
||||
|
||||
bool canPerformOperation(Operation operation) const;
|
||||
void performOperation(Operation operation);
|
||||
|
Reference in New Issue
Block a user