change: change code style to Linux style except indent.
This commit is contained in:
@@ -20,13 +20,14 @@
|
||||
|
||||
#include "loadbasetask.h"
|
||||
|
||||
namespace olive {
|
||||
|
||||
ProjectLoadBaseTask::ProjectLoadBaseTask(const QString &filename) :
|
||||
project_(nullptr),
|
||||
filename_(filename)
|
||||
namespace olive
|
||||
{
|
||||
SetTitle(tr("Loading '%1'").arg(filename));
|
||||
|
||||
ProjectLoadBaseTask::ProjectLoadBaseTask(const QString &filename)
|
||||
: project_(nullptr)
|
||||
, filename_(filename)
|
||||
{
|
||||
SetTitle(tr("Loading '%1'").arg(filename));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user