mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
0c179360b2
commit
f3bd716830
@ -54,6 +54,8 @@ class PagedDisplay
|
||||
This class is a namespace to expose functions via the
|
||||
window.paged_display object. The most important functions are:
|
||||
|
||||
set_geometry(): sets the parameters used to layout text in paged mode
|
||||
|
||||
layout(): causes the currently loaded document to be laid out in columns.
|
||||
###
|
||||
|
||||
|
@ -708,6 +708,8 @@ static bool makeDir(const QString& dir, int mode)
|
||||
|
||||
const char *qtcConfDir()
|
||||
{
|
||||
// Changed by Kovid to not create an empty qtcurve dir
|
||||
return "non existent dir kfdjkdfjsvbksjbkjdsfveralihg8743yh38qlq vqp84982hqpi2bu4iboABVJAVB93";
|
||||
static char *cfgDir=NULL;
|
||||
|
||||
if(!cfgDir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user