mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fix style of init list
This commit is contained in:
parent
145a8b385b
commit
1aba89b908
1 changed files with 3 additions and 3 deletions
|
@ -79,9 +79,9 @@ private:
|
|||
#include <quazip5/quazipfile.h>
|
||||
class EntitiesBackupHandler {
|
||||
public:
|
||||
EntitiesBackupHandler(QString entitiesFilePath, QString entitiesReplacementFilePath)
|
||||
: _entitiesFilePath(entitiesFilePath)
|
||||
, _entitiesReplacementFilePath(entitiesReplacementFilePath) {}
|
||||
EntitiesBackupHandler(QString entitiesFilePath, QString entitiesReplacementFilePath) :
|
||||
_entitiesFilePath(entitiesFilePath),
|
||||
_entitiesReplacementFilePath(entitiesReplacementFilePath) {}
|
||||
|
||||
void loadBackup(QuaZip& zip) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue