]> git.lyx.org Git - lyx.git/commitdiff
* src/frontends/qt3/lyx_gui.C
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 3 Jun 2006 14:18:33 +0000 (14:18 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 3 Jun 2006 14:18:33 +0000 (14:18 +0000)
(LQApplication): remove empty destructor

* src/frontends/qt4/lyx_gui.C
(LQApplication): remove empty destructor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13992 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt3/lyx_gui.C
src/frontends/qt4/lyx_gui.C

index 56a49799872409af4e00cfa6cb0dd257964bb47b..f4d5a123ac834bbe50895c7e7cae372e6192e507 100644 (file)
@@ -114,7 +114,6 @@ class LQApplication : public QApplication
 {
 public:
        LQApplication(int & argc, char ** argv);
-       ~LQApplication();
 #ifdef Q_WS_X11
        bool x11EventFilter (XEvent * ev) { return lyxX11EventFilter(ev); }
 #endif
@@ -135,10 +134,6 @@ LQApplication::LQApplication(int & argc, char ** argv)
 }
 
 
-LQApplication::~LQApplication()
-{}
-
-
 #ifdef Q_WS_MACX
 bool LQApplication::macEventFilter(EventRef event)
 {
index e94105b6f94e5d31a4edb52b56f92fc879c69525..fe523c964cddf179c6eb7dca5583c23cc837dbc4 100644 (file)
@@ -110,7 +110,6 @@ class LQApplication : public QApplication
 {
 public:
        LQApplication(int & argc, char ** argv);
-       ~LQApplication();
 #ifdef Q_WS_X11
        bool x11EventFilter (XEvent * ev) { return lyxX11EventFilter(ev); }
 #endif
@@ -131,10 +130,6 @@ LQApplication::LQApplication(int & argc, char ** argv)
 }
 
 
-LQApplication::~LQApplication()
-{}
-
-
 #ifdef Q_WS_MACX
 bool LQApplication::macEventFilter(EventRef event)
 {