looqs/shared/common.h

10 lines
112 B
C
Raw Normal View History

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