diff --git a/platformspecifics/u32/u32backend.hpp b/platformspecifics/u32/u32backend.hpp index 891a808..6cff62e 100644 --- a/platformspecifics/u32/u32backend.hpp +++ b/platformspecifics/u32/u32backend.hpp @@ -17,7 +17,7 @@ public: return inst; } WId getActiveWID(); - bool filenamValid(QString name); + bool filenameValid(QString name); }; #endif // U32BACKEND_HPP