looqs/shared/common.h

10 baris
113 B
C
Mentah Pandangan Normal Riwayat

#ifndef COMMON_H
#define COMMON_H
#include <QCoreApplication>
namespace Common
{
void setupAppInfo();
}
#endif