12 lines
121 B
C
12 lines
121 B
C
|
#ifndef UTILS_H
|
||
|
#define UTILS_H
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
namespace utils {
|
||
|
extern QString API_URL;
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif // UTILS_H
|