Switch to side-by-side view
--- a/src/qtgui/spell_w.h +++ b/src/qtgui/spell_w.h @@ -35,6 +35,7 @@ ~SpellW(){} + virtual bool eventFilter(QObject *target, QEvent *event ); public slots: virtual void doExpand(); virtual void wordChanged(const QString&); @@ -47,6 +48,7 @@ private: void init(); + void copy(); }; #endif /* _ASPELL_W_H_INCLUDED_ */