mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove Qt4 artifacts in comments
This commit is contained in:
parent
51518b472c
commit
ce57594afd
@ -357,7 +357,7 @@ int LyX::exec(int & argc, char * argv[])
|
||||
|
||||
// FIXME
|
||||
/* Create a CoreApplication class that will provide the main event loop
|
||||
* and the socket callback registering. With Qt4, only QtCore
|
||||
* and the socket callback registering. With Qt, only QtCore
|
||||
* library would be needed.
|
||||
* When this is done, a server_mode could be created and the following two
|
||||
* line would be moved out from here.
|
||||
|
@ -51,7 +51,7 @@ class TocModels;
|
||||
class ToolbarInfo;
|
||||
|
||||
/**
|
||||
* GuiView - Qt4 main LyX window
|
||||
* GuiView - Qt main LyX window
|
||||
*
|
||||
* This class represents the main LyX window and provides
|
||||
* accessor functions to its content.
|
||||
|
Loading…
Reference in New Issue
Block a user