This should go into a .cpp file, and in the header file just the extern declaration
Qt Code:
namespace myn { int x = 1; }To copy to clipboard, switch view to plain text mode
This should go into a .cpp file, and in the header file just the extern declaration
Qt Code:
namespace myn { int x = 1; }To copy to clipboard, switch view to plain text mode
Bookmarks