mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 03:45:54 +08:00
Add todo message for adding profile readers
This should be done when we have a working profile manager again. Contributes to issue CURA-1278.
This commit is contained in:
parent
5a28eca203
commit
117973ee25
@ -714,4 +714,5 @@ class CuraApplication(QtApplication):
|
|||||||
job.start()
|
job.start()
|
||||||
|
|
||||||
def _addProfileReader(self, profile_reader):
|
def _addProfileReader(self, profile_reader):
|
||||||
|
# TODO: Add the profile reader to the list of plug-ins that can be used when importing profiles.
|
||||||
pass
|
pass
|
Loading…
x
Reference in New Issue
Block a user