فهرست منبع

Fix misprints in proto-files names

Viktor Kopp 5 سال پیش
والد
کامیت
e94ee225a3
3فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      tests/proto/externalpackagetest.proto
  2. 0 0
      tests/proto/nestedmessages.proto
  3. 1 1
      tests/proto/simpletest.proto

+ 0 - 0
tests/proto/extrenalpackagetest.proto → tests/proto/externalpackagetest.proto


+ 0 - 0
tests/proto/nestedmessaages.proto → tests/proto/nestedmessages.proto


+ 1 - 1
tests/proto/simpletest.proto

@@ -1,6 +1,6 @@
 syntax = "proto3";
 
-import "extrenalpackagetest.proto";
+import "externalpackagetest.proto";
 
 package qtprotobufnamespace.tests;