mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Add static to these methods.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
dff8c39970
commit
9b2fe9794a
@ -4,7 +4,7 @@
|
|||||||
#include <xlsxdocument.h>
|
#include <xlsxdocument.h>
|
||||||
#include <xlsxworkbook.h>
|
#include <xlsxworkbook.h>
|
||||||
|
|
||||||
QString formatCellText(const QXlsx::Cell *cell)
|
static QString formatCellText(const QXlsx::Cell *cell)
|
||||||
{
|
{
|
||||||
if (!cell) return QString();
|
if (!cell) return QString();
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ QString formatCellText(const QXlsx::Cell *cell)
|
|||||||
return formattedText;
|
return formattedText;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString getCellValue(QXlsx::Worksheet *sheet, int row, int col)
|
static QString getCellValue(QXlsx::Worksheet *sheet, int row, int col)
|
||||||
{
|
{
|
||||||
if (!sheet)
|
if (!sheet)
|
||||||
return QString();
|
return QString();
|
||||||
|
Loading…
Reference in New Issue
Block a user