X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;fp=main.cpp;h=b0e631f6382cbd4697d2171e30ebab8620065989;hp=793f4ce12d77dd83e6b7f976a1a70de29216caf1;hb=720f47623827824dc77dd9dff643c06e570d9068;hpb=1f3033cb3e63de7cfe98dab537460443917fece3 diff --git a/main.cpp b/main.cpp index 793f4ce1..b0e631f6 100644 --- a/main.cpp +++ b/main.cpp @@ -277,7 +277,7 @@ int main(int argc, char *argv[]) qRegisterMetaType("uint64_t"); qRegisterMetaType("util::Timestamp"); - qRegisterMetaType("data::Segment"); + qRegisterMetaType("SharedPtrToSegment"); // Prepare the global settings since logging needs them early on pv::GlobalSettings settings;