#ifndef APPINFOTABLEPRIVATE_H #define APPINFOTABLEPRIVATE_H #include #include namespace UkuiSearch { class AppInfoTablePrivate : public QObject { Q_OBJECT public: explicit AppInfoTablePrivate(AppInfoTable *parent = nullptr); AppInfoTablePrivate(AppInfoTablePrivate &) = delete; AppInfoTablePrivate &operator =(const AppInfoTablePrivate &) = delete; private: AppInfoTable *q; }; } #endif // APPINFOTABLEPRIVATE_H