* src/frontends/qt3/lyx_gui.C

(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
This commit is contained in:
Georg Baum 2006-06-03 14:18:33 +00:00
parent 62e8b7cf75
commit e8bb11969d
2 changed files with 0 additions and 10 deletions

View 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)
{

View 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)
{