mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 11:43:25 +00:00
forgot to connect merge operation signals
(cherry picked from commit d8655f2ff862dbaf90fb285ef01cdf6891cdbea6)
This commit is contained in:
parent
9423603e94
commit
0b8e04d6a8
@ -134,6 +134,10 @@ CSMTools::Tools::Tools (CSMDoc::Document& document)
|
||||
connect (&mSearch, SIGNAL (done (int, bool)), this, SIGNAL (done (int, bool)));
|
||||
connect (&mSearch, SIGNAL (reportMessage (const CSMDoc::Message&, int)),
|
||||
this, SLOT (verifierMessage (const CSMDoc::Message&, int)));
|
||||
|
||||
connect (&mMerge, SIGNAL (progress (int, int, int)), this, SIGNAL (progress (int, int, int)));
|
||||
connect (&mMerge, SIGNAL (done (int, bool)), this, SIGNAL (done (int, bool)));
|
||||
// don't need to connect report message, since there are no messages for merge
|
||||
}
|
||||
|
||||
CSMTools::Tools::~Tools()
|
||||
|
Loading…
x
Reference in New Issue
Block a user