summaryrefslogtreecommitdiff
path: root/src/shared/proparser/proeditormodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/proparser/proeditormodel.cpp')
-rw-r--r--src/shared/proparser/proeditormodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/proparser/proeditormodel.cpp b/src/shared/proparser/proeditormodel.cpp
index dcdab35fe2..c4e0122dc4 100644
--- a/src/shared/proparser/proeditormodel.cpp
+++ b/src/shared/proparser/proeditormodel.cpp
@@ -42,7 +42,7 @@ using namespace Qt4ProjectManager::Internal;
namespace Qt4ProjectManager {
namespace Internal {
-
+
class ProAddCommand : public ProCommand
{
public:
@@ -707,7 +707,7 @@ bool ProEditorModel::insertModelItem(ProItem *item, int row, const QModelIndex &
beginInsertRows(parent, row, row);
block->setItems(proitems);
endInsertRows();
-
+
markProFileModified(parent);
return true;
}
@@ -728,7 +728,7 @@ bool ProEditorModel::insertItem(ProItem *item, int row, const QModelIndex &paren
void ProEditorModel::markProFileModified(QModelIndex index)
{
- while (index.isValid()) {
+ while (index.isValid()) {
if (proItem(index)->kind() == ProItem::BlockKind) {
ProBlock * block = proBlock(index);
if (block->blockKind() == ProBlock::ProFileKind) {