X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fannotation.cpp;h=9a165803fe2381fa7d0d2a40459d1199b26cd1bf;hb=f32905530347e1020d5ce7959123cf797c9a4829;hp=9b07efbc5f2844724fb91cbcd1dc18149e8dce60;hpb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;p=pulseview.git diff --git a/pv/data/decode/annotation.cpp b/pv/data/decode/annotation.cpp index 9b07efb..9a16580 100644 --- a/pv/data/decode/annotation.cpp +++ b/pv/data/decode/annotation.cpp @@ -25,7 +25,7 @@ extern "C" { #include #include -#include "annotation.h" +#include "annotation.hpp" namespace pv { namespace data { @@ -43,7 +43,7 @@ Annotation::Annotation(const srd_proto_data *const pdata) : format_ = pda->ann_class; const char *const *annotations = (char**)pda->ann_text; - while(*annotations) { + while (*annotations) { annotations_.push_back(QString::fromUtf8(*annotations)); annotations++; }