diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-25 01:05:15 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-25 01:05:15 -0400 |
| commit | f5330efd0d2692eb14738d8ccbe4e269ce165b46 (patch) | |
| tree | e9510fdf851f747386493b7d5222ece8452de630 /src/modinfodialog.h | |
| parent | a0500fef6c7db55c51334cc1bfc39cc9393fa16b (diff) | |
a copy of getBinaryExecuteInfo() and openDataFile() was in both mainwindow and modinfodialog, it's now moved to organizercore and renamed getFileExecutionContext() and executefile()
getFileExecutionContext() is also changed to return an enum instead of a 0-1-2 int
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index dc04deb3..fdea2d4d 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -335,7 +335,6 @@ private slots: void unhideConflictFiles();
void previewOverwriteDataFile();
void openOverwriteDataFile();
- int getBinaryExecuteInfo(const QFileInfo &targetInfo, QFileInfo &binaryInfo, QString &arguments);
void previewOverwrittenDataFile();
void openOverwrittenDataFile();
|
