summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorJonathan Klimt <brouwer@annejan.com>2015-12-17 18:01:54 +0100
committerJonathan Klimt <jounathaen@mail.de>2015-12-17 18:01:54 +0100
commit37b06199d364dfcf41c286efd142c8e769de9eb0 (patch)
treed5176188292e7ef8b7f91cc25b4c1c1dffaecf3f /mainwindow.cpp
parentc054bf199d58571ccf7295eeca997ce07e62ad26 (diff)
Short Fix, remove empty function
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 3069aecc..c4a58e4e 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -606,14 +606,6 @@ void MainWindow::on_treeView_doubleClicked(const QModelIndex &index) {
setPassword(file, true, false);
}
-/**
- * @brief MainWindow::on_treeView_doubleClicked
- * @param index
- */
-/*void MainWindow::on_treeView_keyPressEvent(QKeyEvent * event){
- qDebug() << "Pressed Key" << event->text() << endl;
-}*/
-
/**