Skip to content

Commit

Permalink
fix ComputerData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alisedighmoghadam committed Dec 1, 2023
1 parent b506e29 commit 7917b21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/modules/computer/data/ComputerData.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const std::vector<std::string> ComputerManufactures = {

// todo - it is possible to link the models to brands in the future.
const std::vector<std::string> ComputerModels = {
"MacBook Air", "MacBook Pro", "iMac", "Mac mini", "Inspiron", "XPS", "Alienware",
"Latitude", "Precision", "Spectre", "Envy", "Pavilion", "EliteBook", "ThinkPad",
"Yoga", "Legion", "IdeaPad", "Aspire", "Predator", "TravelMate", "Swift",
"ZenBook", "ROG", "VivoBook", "TUF", "Surface Laptop", "Surface Pro", "Surface Book",
"Galaxy Book", "Notebook", "Odyssey", "Portégé", "Satellite", "VAIO", "GS Series",
"GE Series", "GL Series", "ThinkCentre", "ThinkStation", "Presario", "Area-51", "m15",
"Aurora", "Blade", "Blade Stealth", "NUC"};
"MacBook Air", "MacBook Pro", "iMac", "Mac mini", "Inspiron", "XPS", "Alienware",
"Latitude", "Precision", "Spectre", "Envy", "Pavilion", "EliteBook", "ThinkPad",
"Yoga", "Legion", "IdeaPad", "Aspire", "Predator", "TravelMate", "Swift",
"ZenBook", "ROG", "VivoBook", "TUF", "Surface Laptop", "Surface Pro", "Surface Book",
"Galaxy Book", "Notebook", "Odyssey", "Satellite", "VAIO", "GS Series", "GE Series",
"GL Series", "ThinkCentre", "ThinkStation", "Presario", "Area-51", "m15", "Aurora",
"Blade", "Blade Stealth", "NUC"};

const std::vector<std::string> ComputerCPUManufactures = {"Intel", "AMD", "ARM", "IBM", "Apple"};

Expand Down

0 comments on commit 7917b21

Please sign in to comment.