From: John Levon Date: Tue, 18 Sep 2001 12:59:06 +0000 (+0000) Subject: compile fix X-Git-Tag: 1.6.10~20586 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=72867958dec1eebe4034739bc42353aef577adcf;p=features.git compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2770 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index f0341594a8..b2b3dab7e3 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,9 @@ +2001-09-18 John Levon + + * QRef.C: fix compile + + * README: update + 2001-09-09 Lars Gullik Bjønnes * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on diff --git a/src/frontends/qt2/QRef.C b/src/frontends/qt2/QRef.C index 0161f0d30a..b8aef69f5c 100644 --- a/src/frontends/qt2/QRef.C +++ b/src/frontends/qt2/QRef.C @@ -157,7 +157,7 @@ void QRef::updateRefs() if (at_ref_) gotoRef(); dialog_->refsLB->clear(); - refs_ = controller().getLabelList(); + refs_ = controller().getLabelList(string()); dialog_->sortCB->setEnabled(!refs_.empty()); dialog_->refsLB->setEnabled(!refs_.empty()); redoRefs(); diff --git a/src/frontends/qt2/README b/src/frontends/qt2/README index 84ddf40a9b..f8b5301403 100644 --- a/src/frontends/qt2/README +++ b/src/frontends/qt2/README @@ -62,18 +62,29 @@ PB - push button Dialog Maintainer MVC conversion ---------------------------------------------- About John Done +Bibitem John Done Bibtex John Done Character Edwin Done Citation Kalle Done Document Kalle Waiting for MVC +ERT John Done Error John Done +External John Done +Graphics John Done +Include John Done Index Kalle Done +Log John Done +Minipage John Done Paragraph Edwin Waiting for MVC -Print Edwin +Preamble John Done +Print Edwin Done Ref Kalle Done -Search Edwin +Search Edwin Done +Spellchecker John Done Splash Edwin Tabular Waiting for MVC -TabularCreate Edwin -Toc Kalle +TabularCreate Edwin Done +Thesaurus John Done +Toc Kalle Waiting to be updated Url Kalle Done +VCLog John Done