mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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/ChannelClassSpec>
|
||||
#include <TelepathyQt/ChannelFactory>
|
||||
#include <TelepathyQt/Account>
|
||||
|
||||
#include <klocalizedstring.h>
|
||||
#include <qcommandlineparser.h>
|
||||
|
|
@ -173,7 +174,5 @@ int main(int argc, char **argv)
|
|||
qWarning() << "Error loading the ApplicationWindow";
|
||||
}
|
||||
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue