aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
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