C++ (Qt)#ifndef DEFS_H#define DEFS_H extern int var1;extern QString var2; #endif
C++ (Qt)int var1;QString var2;