Store the time stamp if necessary.

This commit is contained in:
Roberto Raggi
2010-06-22 10:45:08 +02:00
parent e0d7e7c5b9
commit 0344b728e9
2 changed files with 16 additions and 4 deletions

View File

@@ -46,9 +46,7 @@ public:
virtual QStringList apply();
const CPlusPlus::Snapshot &snapshot() const
{ return m_snapshot; }
const CPlusPlus::Snapshot &snapshot() const;
CPlusPlus::Document::Ptr document(const QString &fileName) const;
private: