mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix indentation in BatchLoader
This commit is contained in:
parent
10e6157ab9
commit
946f3782f3
2 changed files with 17 additions and 17 deletions
|
@ -34,7 +34,7 @@ signals:
|
|||
class BatchLoader : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
BatchLoader(const QList<QUrl>& urls) ;
|
||||
BatchLoader(const QList<QUrl>& urls);
|
||||
|
||||
void start();
|
||||
bool isFinished() const { return _finished; };
|
||||
|
|
Loading…
Reference in a new issue