Alexey Edelev 2 rokov pred
rodič
commit
ca81e3c556
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      todo.md

+ 2 - 1
todo.md

@@ -10,7 +10,7 @@
     - Including directory hierarchy (e.g. move tests to tests/auto)
 - (Janitorial) Update documentation to use QDoc-style instead of doxygen-style
     - Needs to be cleaned and proofreaded.
-- Tests should be QTest instead of GTest (wouldn't impact users so not very important)
+- ~~Tests should be QTest instead of GTest (wouldn't impact users so not very important)~~
 - Look into the memory usage of compiling generated files.
     - Preferably it should be lowered, so complexity or size of the generated file should decrease
 - Rework types registration the way it's done for QML and resources.
@@ -24,3 +24,4 @@
 - Fix the installation of generated header files for the ProtobufQtTypes and ProtobufWellKnownTypes
   modules.
 - Check if it makes sense to continue support of the multi-file generation.
+- Complete porting of QtGrpcQuick qml module.