summaryrefslogblamecommitdiffstats
path: root/qt-models/completionmodels.h
blob: c4dfd2a5826a7d6fde5ac76e1b7f7a4fd5fa9e45 (plain) (tree)
1
2
3
4
5
6
7
8






                                                      




                                                           

                           

                                                     

                           

                                                    

                           
                            
#ifndef COMPLETIONMODELS_H
#define COMPLETIONMODELS_H

#include <QStringListModel>

class BuddyCompletionModel : public QStringListModel {
	Q_OBJECT
public:
	void updateModel();
};

class DiveMasterCompletionModel : public QStringListModel {
	Q_OBJECT
public:
	void updateModel();
};

class SuitCompletionModel : public QStringListModel {
	Q_OBJECT
public:
	void updateModel();
};

class TagCompletionModel : public QStringListModel {
	Q_OBJECT
public:
	void updateModel();
};

#endif // COMPLETIONMODELS_H