diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2010-11-24 11:04:24 +0100 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2010-12-08 17:22:11 +0100 |
commit | b87861f9b487cc26dd9030604dee0af98afdff4c (patch) | |
tree | 1cd9a55cd919a9cd08a81d1dfec475666a6b4e2c /src/plugins/texteditor/snippets/snippet.h | |
parent | 22c9b652b0cc7fe4aafd68a620c7bada5ff0a5d9 (diff) | |
download | qt-creator-b87861f9b487cc26dd9030604dee0af98afdff4c.tar.gz |
Snippets: Add more use-cases
- Restored removed built-in snippets.
- Revert a built-in snippet.
- Reset the snippets collection.
Diffstat (limited to 'src/plugins/texteditor/snippets/snippet.h')
-rw-r--r-- | src/plugins/texteditor/snippets/snippet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/snippets/snippet.h b/src/plugins/texteditor/snippets/snippet.h index d9d6c42245..984da3e7f9 100644 --- a/src/plugins/texteditor/snippets/snippet.h +++ b/src/plugins/texteditor/snippets/snippet.h @@ -80,7 +80,7 @@ public: private: bool m_isRemoved; bool m_isModified; - QString m_id; + QString m_id; // Only built-in snippets have an id. QString m_trigger; QString m_content; QString m_complement; |