mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
[dialer] Add missing include
This commit is contained in:
parent
1bff2a4c48
commit
07ed76484a
1 changed files with 1 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
#include <TelepathyQt/CallChannel>
|
#include <TelepathyQt/CallChannel>
|
||||||
#include <TelepathyQt/ChannelClassSpec>
|
#include <TelepathyQt/ChannelClassSpec>
|
||||||
#include <TelepathyQt/ChannelFactory>
|
#include <TelepathyQt/ChannelFactory>
|
||||||
|
#include <TelepathyQt/Account>
|
||||||
|
|
||||||
#include <klocalizedstring.h>
|
#include <klocalizedstring.h>
|
||||||
#include <qcommandlineparser.h>
|
#include <qcommandlineparser.h>
|
||||||
|
|
@ -173,7 +174,5 @@ int main(int argc, char **argv)
|
||||||
qWarning() << "Error loading the ApplicationWindow";
|
qWarning() << "Error loading the ApplicationWindow";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue