#include "globalstorage.h" GlobalStorage* GlobalStorage::instance() { static GlobalStorage storage; return &storage; }