mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 05:40:59 +00:00
get rid of QT3_SUPPORT and some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14762 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fe5a193198
commit
ca6e17c52a
@ -44,7 +44,7 @@ void QShowFile::build_dialog()
|
|||||||
|
|
||||||
void QShowFile::update_contents()
|
void QShowFile::update_contents()
|
||||||
{
|
{
|
||||||
dialog_->setName(toqstr(controller().getFileName()));
|
dialog_->setWindowTitle(toqstr(controller().getFileName()));
|
||||||
|
|
||||||
string contents = controller().getFileContents();
|
string contents = controller().getFileContents();
|
||||||
if (contents.empty()) {
|
if (contents.empty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user