mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Cmake build: Add verbose variable to some dummy_functions.cpp
This commit is contained in:
parent
0b1cf1330d
commit
3c9d5d3cda
@ -34,5 +34,11 @@ namespace lyx {
|
|||||||
{
|
{
|
||||||
return string();
|
return string();
|
||||||
}
|
}
|
||||||
|
//
|
||||||
|
// Dummy verbose support
|
||||||
|
//
|
||||||
|
|
||||||
|
bool verbose = false;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -52,5 +52,10 @@ namespace lyx {
|
|||||||
static frontend::FontMetrics dummy;
|
static frontend::FontMetrics dummy;
|
||||||
return dummy;
|
return dummy;
|
||||||
}
|
}
|
||||||
|
//
|
||||||
|
// Dummy verbose support
|
||||||
|
//
|
||||||
|
|
||||||
|
bool verbose = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user