]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Action.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / Action.cpp
index 3014e9a82f6a6604279c0f6aada3d071ec203d3a..115111f27fc1db944a04bce0ef47255be37c4698 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "FuncRequest.h"
 #include "FuncStatus.h"
-#include "GuiView.h"
 #include "LyX.h"
 #include "qt_helpers.h"
 
@@ -25,10 +24,10 @@ namespace lyx {
 namespace frontend {
 
 
-Action::Action(GuiView * lyxView, QIcon const & icon,
+Action::Action(QIcon const & icon,
          QString const & text, FuncRequest const & func,
          QString const & tooltip, QObject * parent)
-       : QAction(parent), func_(func), lyxView_(lyxView)
+       : QAction(parent), func_(func)
 {
        // only Qt/Mac handles that
        setMenuRole(NoRole);