Jose Ortiz 9 년 전
부모
커밋
f4d6ce2811
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      movie.h

+ 2
- 0
movie.h 파일 보기

@@ -1,6 +1,8 @@
1 1
 #ifndef MOVIE_H
2 2
 #define MOVIE_H
3 3
 
4
+/// \file
5
+
4 6
 #include <string>
5 7
 #include <QDebug>
6 8
 #include "filemanip.h"