Unverified Commit a227e648 authored by Summer Stapleton's avatar Summer Stapleton Committed by GitHub
Browse files

Merge pull request #364 from AgoinsUSGS/Goins_Adam_m04912

Added shortcut to tracking tool. Fixes #4912.
parents ea8b672c 0ff65438
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ namespace Isis {

    QAction *clear = new QAction(this);
    clear->setText("Clear table");
    clear->setShortcut(Qt::CTRL + Qt::Key_Delete);
    connect(clear, SIGNAL(triggered()), this, SLOT(clearTable()));

    QAction *close = new QAction(this);
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@ namespace Isis {
  *                          Added resizeColumn() slot and readColumnSettings().
  *                          modified writeSettings() to write updated settings on destroy.
  *                          Fixes #5142.
  *   @history 2018-04-20 Adam Goins - Added the ctrl+del keyboard shortcut to the TableMainWindow's
  *                          "Clear Table" menu option. Fixes #4912.
  */
  class TableMainWindow : public MainWindow {
      Q_OBJECT