mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -32,6 +32,8 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CAtomicFile : public QFile
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! \copydoc QFile::QFile(const QString &)
|
||||
CAtomicFile(const QString &filename) : QFile(filename) {}
|
||||
|
||||
Reference in New Issue
Block a user