diff options
author | Zack Rusin <zack@kde.org> | 2011-04-18 01:05:50 -0400 |
---|---|---|
committer | Zack Rusin <zack@kde.org> | 2011-04-18 01:05:50 -0400 |
commit | 9af5bffdcf8a6294235a97e8b9714abbea74ea92 (patch) | |
tree | 6fd415a6a6284d0348bceed459d0cac566d279ee /gui/apitrace.h | |
parent | 2f8bb0b4507c6838bab6f02115a4e6fa31cc5347 (diff) |
Lots of various cosmetic changes to the call editing.
Diffstat (limited to 'gui/apitrace.h')
-rw-r--r-- | gui/apitrace.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/apitrace.h b/gui/apitrace.h index 54fc1f27..32e24084 100644 --- a/gui/apitrace.h +++ b/gui/apitrace.h @@ -49,6 +49,8 @@ public: bool edited() const; bool needsSaving() const; + bool isSaving() const; + public slots: void setFileName(const QString &name); void setFrameMarker(FrameMarker marker); @@ -60,13 +62,15 @@ signals: void invalidated(); void framesInvalidated(); void changed(ApiTraceCall *call); - void traceSaved(); + void startedSaving(); + void saved(); void framesAdded(int oldCount, int numAdded); void callsAdded(int oldCount, int numAdded); private slots: void addFrames(const QList<ApiTraceFrame*> &frames); + void slotSaved(); private: void detectFrames(); private: |