mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* src/frontends/qt4/QToc.C: fix formatting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16484 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
04b4634213
commit
ac88413021
@ -59,8 +59,7 @@ int QToc::getTocDepth()
|
||||
|
||||
QStandardItemModel * QToc::tocModel()
|
||||
{
|
||||
if (toc_models_.empty())
|
||||
{
|
||||
if (toc_models_.empty()) {
|
||||
lyxerr[Debug::GUI] << "QToc::tocModel(): no types available " << endl;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user