~ubuntu-branches/ubuntu/precise/mp3diags/precise

« back to all changes in this revision

Viewing changes to src/TagEditorDlgImpl.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-09-05 10:48:57 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090905104857-48aob98yoibqarh0
Tags: 0.99.05.033-0ubuntu1
New upstream release (FFe granted LP: #423812).

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
    void eraseSelFields(); // erases the values in the selected fields
188
188
 
189
189
    bool m_bIsFastSaving;
 
190
    bool m_bIsSaving;
190
191
 
191
192
public:
192
193
    TagEditorDlgImpl(QWidget* pParent, CommonData* pCommonData, TransfConfig& transfConfig); // transfConfig is needed both to be able to instantiate the config dialog and for saving ID3V2
202
203
    using Ui::TagEditorDlg::m_pCurrentFileG;
203
204
    void updateAssigned(); // updates the state of "assigned" fields and the assign button
204
205
 
 
206
    bool isSaving() const { return m_bIsSaving; }
 
207
 
205
208
public slots:
206
209
    /*$PUBLIC_SLOTS$*/
207
210