Skip to content

Commit 85f7517

Browse files
XhmikosRPKEuS
authored andcommitted
gui: tabs to spaces and remove extra empty lines at the end of files
1 parent c42faca commit 85f7517

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

gui/applicationdialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ void ApplicationDialog::Ok()
9494
accept();
9595
}
9696
}
97-

gui/resultstree.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,10 @@ void ResultsTree::contextMenuEvent(QContextMenuEvent * e)
540540
}
541541

542542
//Create an action for the application
543-
QAction *copyfilename = new QAction(tr("Copy filename"), &menu);
544-
QAction *copypath = new QAction(tr("Copy full path"), &menu);
545-
QAction *copymessage = new QAction(tr("Copy message"), &menu);
546-
QAction *hide = new QAction(tr("Hide"), &menu);
543+
QAction *copyfilename = new QAction(tr("Copy filename"), &menu);
544+
QAction *copypath = new QAction(tr("Copy full path"), &menu);
545+
QAction *copymessage = new QAction(tr("Copy message"), &menu);
546+
QAction *hide = new QAction(tr("Hide"), &menu);
547547

548548
if (multipleSelection) {
549549
copyfilename->setDisabled(true);

gui/selectfilesdialog.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ class SelectFilesDialog : public QDialog {
4141
};
4242

4343
#endif
44-

0 commit comments

Comments
 (0)