]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/QtView.h
encodings patch + default win pos
[features.git] / src / frontends / qt2 / QtView.h
index e3b184c6d61e1da3114ea6f5c0341aaec971c12e..ecbc7027c6dd9adfc5064637c7385d6be81d4704 100644 (file)
@@ -37,13 +37,8 @@ public:
 
        ~QtView();
 
-       /**
-        * show - display the top-level window
-        * @param x x position
-        * @param y y position
-        * @param title window title
-        */
-       void show(int x, int y, string const & t = string("LyX"));
+       /// show - display the top-level window
+       void show();
 
        /// start modal operation
        virtual void prohibitInput() const;