X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=74d13fdc4af1b0eeb9e9b3d3e1d64169597b8dd9;hp=c0ac04b475d49b9ac2330856ceded776ab34e292;hb=beb897c6c32c8e8dd9eb34d91100ab0569fca5f6;hpb=e8d009288de28cb194bc7964f96677c2baf900c9 diff --git a/main.cpp b/main.cpp index c0ac04b4..74d13fdc 100644 --- a/main.cpp +++ b/main.cpp @@ -30,15 +30,15 @@ #include #ifdef ENABLE_SIGNALS -#include "signalhandler.h" +#include "signalhandler.hpp" #endif -#include "pv/application.h" -#include "pv/devicemanager.h" -#include "pv/mainwindow.h" +#include "pv/application.hpp" +#include "pv/devicemanager.hpp" +#include "pv/mainwindow.hpp" #ifdef ANDROID #include -#include "android/loghandler.h" +#include "android/loghandler.hpp" #endif #include "config.h" @@ -154,7 +154,7 @@ int main(int argc, char *argv[]) QObject::connect(handler, SIGNAL(term_received()), &w, SLOT(close())); - } else { + } else { qWarning() << "Could not prepare signal handler."; }