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:
Ghostkeeper 2016-05-20 16:20:58 +02:00
parent 5a28eca203
commit 117973ee25

View File

@ -714,4 +714,5 @@ class CuraApplication(QtApplication):
job.start()
def _addProfileReader(self, profile_reader):
# TODO: Add the profile reader to the list of plug-ins that can be used when importing profiles.
pass