Changeset 67:578192d6fe64 in SMSSender for src/ui/models/accounttreemodel.h
- Timestamp:
- Feb 7, 2010 4:11:28 PM (12 years ago)
- Branch:
- 3.0
- Convert:
- svn:3639001d-8e34-449c-bb86-3782b86c4877/branches/3.0@66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ui/models/accounttreemodel.h
r56 r67 10 10 class AccountTreeModel: public QAbstractTableModel { 11 11 Q_OBJECT 12 13 public slots:14 void accountUpdated(IAccount* account);15 12 16 13 public: … … 35 32 36 33 IAccount* dataObject(const QModelIndex& index) const; 34 35 public slots: 36 void accountUpdated(IAccount* account); 37 void listAltered(); 38 39 private: 40 QList<IAccount*> items_; 41 42 void reloadList(); 37 43 }; 38 44
Note: See TracChangeset
for help on using the changeset viewer.