mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
also compile with merged files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18244 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ce743a0a7
commit
e5df7b6978
@ -88,10 +88,10 @@ void QListingsDialog::validate_listings_params()
|
|||||||
//
|
//
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
typedef QController<ControlListings, QView<QListingsDialog> > wrap_base_class;
|
typedef QController<ControlListings, QView<QListingsDialog> > listings_wrap_base_class;
|
||||||
|
|
||||||
QListings::QListings(Dialog & parent)
|
QListings::QListings(Dialog & parent)
|
||||||
: wrap_base_class(parent, _("Program Listings Settings"))
|
: listings_wrap_base_class(parent, _("Program Listings Settings"))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user