Skip to content
Snippets Groups Projects
Commit 04696701 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

AndroidDeviceLister: Use compiler generated default ctor

parent 3684ea46
No related branches found
No related tags found
No related merge requests found
#include "AndroidDeviceLister.h"
AndroidDeviceLister::AndroidDeviceLister()
{
}
std::vector<std::tuple<std::string, std::string, bool>>
AndroidDeviceLister::devices() const
{
......
......@@ -10,7 +10,6 @@
class AndroidDeviceLister : public medialibrary::IDeviceLister
{
public:
AndroidDeviceLister();
std::vector<std::tuple<std::string, std::string, bool>> devices() const;
void addDevice(std::string, std::string, bool);
bool removeDevice(std::string uuidToRemove);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment