Chocobo1
|
3748b995ff
|
Avoid creating unnecessary event loops
The `exec()` method will create another event loop and transfer
control over there which might introduce unexpected bugs.
|
2019-06-17 20:44:57 +08:00 |
|
thalieht
|
4370a7eb12
|
Forward declare in a few places
|
2019-06-04 17:48:55 +03:00 |
|
thalieht
|
8c944bd4e1
|
Avoid repeating the return type
|
2019-02-16 18:54:18 +02:00 |
|
thalieht
|
d8cbc9266a
|
Use 'auto' to avoid duplicating the type name
|
2019-02-16 18:54:17 +02:00 |
|
Chocobo1
|
91b2b14ba5
|
Initialize variables
Remove unused variable
|
2017-08-13 15:28:36 +08:00 |
|
Eugene Shalygin
|
6b65f8add8
|
Do not show completion when text is not being edited
|
2017-07-03 12:57:02 +02:00 |
|
Eugene Shalygin
|
574fed04fc
|
Add visual feedback for wrong paths in FileSystemPathEdit
|
2017-06-10 17:09:20 +02:00 |
|
Eugene Shalygin
|
30081e0356
|
Add widget for editing filesystem paths
|
2017-05-08 10:08:29 +02:00 |
|