diff options
| author | 2008-05-28 16:38:25 +0000 | |
|---|---|---|
| committer | 2008-05-28 16:38:25 +0000 | |
| commit | 7aec951cbe0b6444e82a5b0dc46050d2adb28be1 (patch) | |
| tree | 567142fe3c2ae20b60558beb8ea9947ca585949b /src/modules/objects/class_listview.cpp | |
| parent | mingw32: added proper rules to permit modules compilation/linking (diff) | |
| download | KVIrc-7aec951cbe0b6444e82a5b0dc46050d2adb28be1.tar.gz KVIrc-7aec951cbe0b6444e82a5b0dc46050d2adb28be1.tar.bz2 KVIrc-7aec951cbe0b6444e82a5b0dc46050d2adb28be1.zip | |
mingw32: fixed module compilation up to kvirijndael; added some installation rules to test
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_listview.cpp')
| -rw-r--r-- | src/modules/objects/class_listview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_listview.cpp b/src/modules/objects/class_listview.cpp index 2ccb4302a..b9f349857 100644 --- a/src/modules/objects/class_listview.cpp +++ b/src/modules/objects/class_listview.cpp @@ -544,7 +544,7 @@ void KviKvsMdmListView::contentsDropEvent(QDropEvent *e) { QUrl url = *it; QString path = url.path(); - #ifndef COMPILE_ON_WINDOWS + #if !defined(COMPILE_ON_WINDOWS) && !defined(COMPILE_ON_MINGW) if(path[0] != '/')path.prepend("/"); //HACK HACK HACK for Qt bug (?!?) #endif KviTalListViewItem *i = itemAt( contentsToViewport(e->pos()) ); |
