File indexing completed on 2024-05-19 16:31:58

0001 /*
0002  *  SPDX-FileCopyrightText: 2009 David Hubner <hubnerd@ntlworld.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  *
0006  */
0007 
0008 #ifndef SOLIDHELPER
0009 #define SOLIDHELPER
0010 
0011 // Solid
0012 #include <solid/deviceinterface.h>
0013 
0014 class SolidHelper
0015 {
0016 public:
0017     SolidHelper()
0018     {
0019     }
0020 
0021     Solid::DeviceInterface::Type deviceType(const Solid::Device *);
0022 };
0023 
0024 #endif // SOLIDHELPER