mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 20:45:34 +00:00
forgot to connect merge operation signals
This commit is contained in:
parent
e2377396a7
commit
d8655f2ff8
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ CSMTools::Tools::Tools (CSMDoc::Document& document)
|
||||||
connect (&mSearch, SIGNAL (done (int, bool)), this, SIGNAL (done (int, bool)));
|
connect (&mSearch, SIGNAL (done (int, bool)), this, SIGNAL (done (int, bool)));
|
||||||
connect (&mSearch, SIGNAL (reportMessage (const CSMDoc::Message&, int)),
|
connect (&mSearch, SIGNAL (reportMessage (const CSMDoc::Message&, int)),
|
||||||
this, SLOT (verifierMessage (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()
|
CSMTools::Tools::~Tools()
|
||||||
|
|
Loading…
Reference in a new issue