Clang: Fix typo

Change-Id: I525459bd9e28b34912960bc43eca1b776da98344
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2018-01-23 18:42:07 +01:00
parent 8a280129ff
commit 5877342123
2 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ public:
createSourcesTable();
createDirectoriesTable();
createProjectPartsTable();
createprojectPartsSourcesTable();
createProjectPartsSourcesTable();
transaction.commit();
}
@@ -117,7 +117,7 @@ public:
table.initialize(database);
}
void createprojectPartsSourcesTable()
void createProjectPartsSourcesTable()
{
Sqlite::Table table;
table.setUseIfNotExists(true);