mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
Forgotten setAcceptDrops
This commit is contained in:
@@ -188,6 +188,8 @@ MainWindow::MainWindow(QWidget* parent) :
|
|||||||
// This is important on Mac for relative paths to work inside DMG.
|
// This is important on Mac for relative paths to work inside DMG.
|
||||||
QDir::setCurrent(QApplication::applicationDirPath());
|
QDir::setCurrent(QApplication::applicationDirPath());
|
||||||
|
|
||||||
|
setAcceptDrops(true);
|
||||||
|
|
||||||
new QShortcut(QKeySequence("Backspace"), this, SLOT(on_actionErase_triggered()));
|
new QShortcut(QKeySequence("Backspace"), this, SLOT(on_actionErase_triggered()));
|
||||||
|
|
||||||
ExtractionOptions extractionOptions;
|
ExtractionOptions extractionOptions;
|
||||||
|
Reference in New Issue
Block a user