aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-03-24 22:04:52 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-03-24 22:04:52 +0000
commit87818d687b4fe4b163b73255c1a435d25bb3a5d3 (patch)
tree1dca16787ec3a7267473cab98cfece8de8f4579d /gpgwin.cpp
parentadd todo item (diff)
downloadgpg4usb-87818d687b4fe4b163b73255c1a435d25bb3a5d3.tar.gz
gpg4usb-87818d687b4fe4b163b73255c1a435d25bb3a5d3.zip
undone the needless drop event changes (already worked previously)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@277 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index b276414..c00e75d 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -33,7 +33,7 @@ GpgWin::GpgWin()
edit = new QPlainTextEdit();
setCentralWidget(edit);
- setAcceptDrops(true);
+// setAcceptDrops(true);
setCorner(Qt::BottomLeftCorner, Qt::LeftDockWidgetArea);
setCorner(Qt::BottomRightCorner, Qt::RightDockWidgetArea);
@@ -75,12 +75,12 @@ GpgWin::GpgWin()
setViewCheckboxes();
}
- void GpgWin::dropEvent(QDropEvent *event)
+/* void GpgWin::dropEvent(QDropEvent *event)
{
edit->setPlainText(event->mimeData()->text());
event->acceptProposedAction();
}
-
+*/
void GpgWin::createActions()
{
/** Main Menu