You forgot something:
Qt Code:
class Test { public: static const float KValue; Test(); }; const float Test::KValue=3.0; //<---To copy to clipboard, switch view to plain text mode
You forgot something:
Qt Code:
class Test { public: static const float KValue; Test(); }; const float Test::KValue=3.0; //<---To copy to clipboard, switch view to plain text mode
J-P Nurmi
Bookmarks