Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ keepFileOpen
Function
keepFileOpen
part/part.cpp:293–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
292
#ifdef OKULAR_KEEP_FILE_OPEN
293
static bool keepFileOpen()
294
{
295
static bool keep_file_open = !qgetenv(
"OKULAR_NO_KEEP_FILE_OPEN"
).toInt();
296
return keep_file_open;
297
}
298
#endif
299
300
int Okular::Part::numberOfParts = 0;
Callers
1
openFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected