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