diff options
| author | 2009-08-12 18:05:29 -0400 | |
|---|---|---|
| committer | 2009-08-12 18:05:29 -0400 | |
| commit | 373791fc553505619c8dc73fd71a3e1a60d051cf (patch) | |
| tree | ac8d196559827f18af9d3d26c47e83a220701ea0 | |
| parent | Path sanitization. (diff) | |
| download | Subtitler-373791fc553505619c8dc73fd71a3e1a60d051cf.tar.xz Subtitler-373791fc553505619c8dc73fd71a3e1a60d051cf.zip | |
Include order.
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ -#include <QtGui/QApplication> #include "subtitlewizard.h" #include "subtitleparser.h" +#include <QtGui/QApplication> int main(int argc, char *argv[]) { |
