forked from qt-creator/qt-creator
more code cosmetics
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "submiteditorfile.h"
|
||||
|
||||
namespace VCSBase {
|
||||
namespace Internal {
|
||||
using namespace VCSBase;
|
||||
using namespace VCSBase::Internal;
|
||||
|
||||
SubmitEditorFile::SubmitEditorFile(const QString &mimeType,
|
||||
QObject *parent) :
|
||||
SubmitEditorFile::SubmitEditorFile(const QString &mimeType, QObject *parent) :
|
||||
Core::IFile(parent),
|
||||
m_mimeType(mimeType),
|
||||
m_modified(false)
|
||||
@@ -66,6 +66,3 @@ QString SubmitEditorFile::mimeType() const
|
||||
{
|
||||
return m_mimeType;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user