Mercurial > hg > easyhg-kdiff3
view kdiff3/src-QT4/stable.h @ 96:9000a9763f6f
Fixed problem where destination directory would be renamed or deleted
during copy operation. Now if the destination directory exists only the
files inside will be copied.
author | joachim99 |
---|---|
date | Thu, 25 Mar 2010 20:37:37 +0000 |
parents | fcd146072e0c |
children |
line wrap: on
line source
#ifndef STABLE_H #define STABLE_H #include <QtCore> #include <QtGui> #ifdef _WIN32 #include <qt_windows.h> #endif #endif