mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[libcalamares] Rename CalamaresUtils -> String
- The only remaining functions in the file are string-related, so rename to match their purpose. - Drop this include file from most places, since they don't actually use the string functionality at all.
This commit is contained in:
parent
eaba696173
commit
8d0f076591
10 changed files with 27 additions and 27 deletions
|
@ -23,17 +23,22 @@
|
|||
*/
|
||||
|
||||
#include "UsersPage.h"
|
||||
|
||||
#include "ui_page_usersetup.h"
|
||||
|
||||
#include "CreateUserJob.h"
|
||||
#include "SetPasswordJob.h"
|
||||
#include "SetHostNameJob.h"
|
||||
#include "JobQueue.h"
|
||||
|
||||
#include "GlobalStorage.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/CalamaresUtilsGui.h"
|
||||
#include "utils/Retranslator.h"
|
||||
#include "JobQueue.h"
|
||||
#include "Settings.h"
|
||||
|
||||
#include "utils/CalamaresUtilsGui.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/Retranslator.h"
|
||||
#include "utils/String.h"
|
||||
|
||||
#include <QBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue