File indexing completed on 2024-12-01 03:47:34
0001 /* 0002 SPDX-FileCopyrightText: 2007 Paolo Capriotti <p.capriotti@gmail.com> 0003 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #ifndef SETTINGS_H 0008 #define SETTINGS_H 0009 0010 #include "settingsbase.h" 0011 0012 class Settings : public SettingsBase 0013 { 0014 Q_OBJECT 0015 public: 0016 static QString findNick(); 0017 }; 0018 0019 #endif // SETTINGS_H