octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53841] Could not copy help collection to temp


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #53841] Could not copy help collection to temporary file. Cannot load sqlite database driver! with Qt 5.12
Date: Tue, 12 Feb 2019 14:26:25 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134

Follow-up Comment #41, bug #53841 (project octave):

>From the QT docuemnttation:


QHelpEngine::QHelpEngine: Constructs a new help engine with the given parent.
The help engine uses the information stored in the collectionFile for
providing help. If the collection file does not already exist, it will be
created.


Which I guess means it not read only.



QHelpEngineCore::copyCollectionFile: Creates the file fileName and copies all
contents from the current collection file into the newly created file, and
returns true if successful; otherwise returns false.



Which I am guessing may mean it creates a copy - it doesn't say 'uses the
copy'

linguist does a cache copy from the read only source using copyCollectionFile
and then opens it in the a new QHelpEngine instance.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?53841>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]