소스 검색

Delete export.h

Maldela 10 년 전
부모
커밋
5848b3b10a
1개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 13
      share/src/export.h

+ 0 - 13
share/src/export.h

@@ -1,13 +0,0 @@
-#ifndef EXPORT_H
-#define EXPORT_H
-
-#if defined(FANCONTROL_GUI_LIBRARY)
-#  define FANCONTROL_GUI_EXPORT Q_DECL_EXPORT
-#else
-#  define FANCONTROL_GUI_EXPORT Q_DECL_IMPORT
-#endif
-
-//#define TRANSLATION_DOMAIN "fancontrol-gui"
-
-#endif // EXPORT_H
-