Skip to content
Commit ec6e6fa6 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

effects/showfps: Add destructor

The GLTexture class is forward declared and the ShowFpsEffect class has
a QScopedPointer<GLTexture> field. We either need to include the
kwinglutils.h header file or add a destructor that does nothing and
define it in the cpp file, where kwinglutils.h is included.
parent c0718249
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment