comparison src/hgrunner.cpp @ 479:319f920a51ee easyhg_v0.9.8

Win32 build fix
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Wed, 27 Jul 2011 15:43:40 +0100
parents 856da063d76e
children 896b7903e8f2
comparison
equal deleted inserted replaced
478:1cb27ad6771f 479:319f920a51ee
38 38
39 #ifndef Q_OS_WIN32 39 #ifndef Q_OS_WIN32
40 #include <unistd.h> 40 #include <unistd.h>
41 #include <termios.h> 41 #include <termios.h>
42 #include <fcntl.h> 42 #include <fcntl.h>
43 #else
44 #include <process.h>
43 #endif 45 #endif
44 46
45 HgRunner::HgRunner(QString myDirPath, QWidget * parent) : 47 HgRunner::HgRunner(QString myDirPath, QWidget * parent) :
46 QProgressBar(parent), 48 QProgressBar(parent),
47 m_myDirPath(myDirPath) 49 m_myDirPath(myDirPath)