Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.12.0
-
None
-
KDE
-
036e8611ebaeb20edd2ced713520a76d7cccba40 (qt-creator/qt-creator/4.12)
Description
The C++ license template setting is not saved.
To reproduce:
- Go to Tools > Options > C++
- Behind "License template" click the "Browse..." button.
- Select a short text file and click "Open"
- Click "Ok"
- Go to Tools > Options > C+++
- Observe that the license template is empty again.
Used template:
```
// Copyright (c) %YEAR% by My Company
// All rights reserved. This file includes confidential and proprietary information of My Company.
```
Note that when a license template is set, and clicking the "Edit" button behind it, the file is correctly opened for editing.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-24212 Pfad zur Lizenz-Vorlage wird nicht gespeichert
- Closed