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"