1 #ifndef TTKFILEASSOCIATION_H
2 #define TTKFILEASSOCIATION_H
23 #include <QStringList>
40 void remove(
const QString &suffix);
50 QStringList keys() const;
56 void appendClass(const QString &suffix);
60 void appendSoftware(const QString &suffix);
64 void appendFileExts(const QString &suffix);
69 void removeClass(const QString &suffix);
73 void removeSoftware(const QString &suffix);
77 void removeFileExts(const QString &suffix);
82 #endif // TTKFILEASSOCIATION_H
#define TTK_MODULE_EXPORT
TTK_MODULE_EXPORT QString suffix(const QString &name)
#define TTK_DECLARE_MODULE(Class)