[multimedia/amarok] src/configdialog/dialogs: Small typo and whitespace fixes
Tuomas Nurmi <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a2a806d6ddc8a6a918f9337f7900f59ba3ceb2a9 by Tuomas Nurmi, on behalf of Arturo GARCIA-VARGAS.
Committed on 30/07/2026 at 08:46.
Pushed by nurmi into branch 'master'.
Small typo and whitespace fixes
M +2 -6 src/configdialog/dialogs/DatabaseConfig.cpp
https://invent.kde.org/multimedia/amarok/-/commit/a2a806d6ddc8a6a918f9337f7900f59ba3ceb2a9
diff --git a/src/configdialog/dialogs/DatabaseConfig.cpp b/src/configdialog/dialogs/DatabaseConfig.cpp
index f441321a2d..6863acac1b 100644
--- a/src/configdialog/dialogs/DatabaseConfig.cpp
+++ b/src/configdialog/dialogs/DatabaseConfig.cpp
@@ -8,7 +8,7 @@
* *
* This program is distributed in the hope that it will be useful, but WITHOUT ANY *
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A *
- * PARTICULAR PURPOSE. See the GNU General Pulic License for more details. *
+ * PARTICULAR PURPOSE. See the GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along with *
* this program. If not, see <http://www.gnu.org/licenses/>. *
@@ -46,7 +46,7 @@ DatabaseConfig::DatabaseConfig( Amarok2ConfigDialog* parent, KCoreConfigSkeleton
{
// check the meta object if there is a testSettings slot available
if( factory->metaObject()->
- indexOfMethod( QMetaObject::normalizedSignature("testSettings(QString, QString, QString, int, QString)").constData() ) >= 0 )
+ indexOfMethod( QMetaObject::normalizedSignature("testSettings(QString, QString, QString, int, QString)").constData() ) >= 0 )
testFunctionAvailable = true;
}
button_Test->setEnabled( testFunctionAvailable );
@@ -171,7 +171,3 @@ DatabaseConfig::isSQLInfoPresent() const
{
return !kcfg_Database->text().isEmpty() && !kcfg_User->text().isEmpty() && !kcfg_Host->text().isEmpty();
}
-
-
-
-